xfce4-pulseaudio-plugin: remove x11 from REQUIRED_DISTRO_FEATURES

We add x11 into REQUIRED_DISTRO_FEATURES because one of the dependency
pavucontrol requires x11, now, pavucontrol doesn't 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>
This commit is contained in:
Changqing Li
2026-04-14 15:55:17 +08:00
committed by Khem Raj
parent 3c3e80d39d
commit 0c62131dda
@@ -7,7 +7,7 @@ XFCE_COMPRESS_TYPE = "xz"
inherit xfce-panel-plugin features_check
REQUIRED_DISTRO_FEATURES = "pulseaudio ${@bb.utils.contains_any('DISTRO_FEATURES', 'opengl vulkan', 'x11', '', d)}"
REQUIRED_DISTRO_FEATURES = "pulseaudio"
DEPENDS += "dbus-glib pulseaudio"