aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/classes/thunar-plugin.bbclass
blob: 3719cba2193eed1d5bfc0cf3b0134ae0e0b89334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
inherit xfce features_check

# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG.
# cairo would at least needed to be built with xlib.
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"

DEPENDS += "thunar"

SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"

FILES:${PN} += "${libdir}/thunarx-3/*.so"

FILES:${PN}-dev += "${libdir}/thunarx-3/*.la"