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>
This commit is contained in:
Changqing Li 2026-03-11 13:05:56 +08:00 committed by Khem Raj
parent 939000f1c3
commit c0a3c429f1
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -1,8 +1,6 @@
inherit xfce features_check inherit xfce features_check
# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. REQUIRED_DISTRO_FEATURES = "x11"
# cairo would at least needed to be built with xlib.
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
DEPENDS += "thunar" DEPENDS += "thunar"