rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | inherit xfce distro_features_check |
2 | |||||
3 | REQUIRED_DISTRO_FEATURES = "x11" | ||||
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-3/*.so" | ||||
10 | |||||
11 | FILES_${PN}-dev += "${libdir}/thunarx-3/*.la" |