mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
fa2a8fd7a4
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>
10 lines
225 B
Plaintext
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"
|