| xj | b04a402 | 2021-11-25 15:01:52 +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" | ||||