meta-openembedded/meta-xfce/classes/thunar-plugin.bbclass
Changqing Li c0a3c429f1
thunar-plugin.bbclass: add x11 to REQUIRED_DISTRO_FEATURES
thunar requires x11

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2026-03-17 13:25:22 -07:00

12 lines
274 B
Plaintext

inherit xfce features_check
REQUIRED_DISTRO_FEATURES = "x11"
DEPENDS += "thunar"
SRC_URI = "https://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.xz"
FILES:${PN} += "${libdir}/thunarx-3/*.so"
FILES:${PN}-dev += "${libdir}/thunarx-3/*.la"