blob: 95f7d008861391f0d66eeae48ca26ba3577292cd [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001inherit xfce distro_features_check
2
3REQUIRED_DISTRO_FEATURES = "x11"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05004
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-2/*.so"
10FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug"
11FILES_${PN}-dev += "${libdir}/thunarx-2/*.la"
12