Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 1 | inherit xfce distro_features_check |
2 | |||||
3 | REQUIRED_DISTRO_FEATURES = "x11" | ||||
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 4 | |
5 | DEPENDS += "thunar" | ||||
6 | |||||
7 | SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" | ||||
8 | |||||
9 | FILES_${PN} += "${libdir}/thunarx-2/*.so" | ||||
10 | FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug" | ||||
11 | FILES_${PN}-dev += "${libdir}/thunarx-2/*.la" | ||||
12 |