Files
Changqing Li fa2a8fd7a4 thunar: remove x11 from REQUIRED_DISTRO_FEATURES
We add x11 into REQUIRED_DISTRO_FEATURES since xfce4-panel requires it,
now, xfce4-panel not require x11, so remove x11 from
REQUIRED_DISTRO_FEATURES

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-04-14 02:16:52 -07:00

10 lines
225 B
Plaintext

inherit xfce
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"