mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user