xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/classes/thunar-plugin.bbclass (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1inherit xfce features_check
2
3REQUIRED_DISTRO_FEATURES = "x11"
4
5DEPENDS += "thunar"
6
7SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
8
9FILES:${PN} += "${libdir}/thunarx-3/*.so"
10
11FILES:${PN}-dev += "${libdir}/thunarx-3/*.la"
12