diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2016-11-22 15:30:56 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:24:48 +0100 |
commit | e4ff7d0ac46627c6bedb8bffab25c700490757ca (patch) | |
tree | f89dec490390e5f619e3cc688ede7d9e2a6c61b3 /meta-xfce | |
parent | e0dc483313ae4ad6c8267ff957c72b2ff2df692c (diff) | |
download | meta-openembedded-e4ff7d0ac46627c6bedb8bffab25c700490757ca.tar.gz |
xfce4-pulseaudio-plugin: add x11 to REQUIRED_DISTRO_FEATURES
xfce4-pulseaudio-plugin depends on pavucontrol which
requires x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.4.bb b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.4.bb index 65026ac5f..4c7ca706d 100644 --- a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.4.bb +++ b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.4.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f5eac6bb0d6ec0dc655e417781d4015f" | |||
4 | 4 | ||
5 | inherit xfce-panel-plugin distro_features_check | 5 | inherit xfce-panel-plugin distro_features_check |
6 | 6 | ||
7 | REQUIRED_DISTRO_FEATURES = "pulseaudio" | 7 | REQUIRED_DISTRO_FEATURES = "pulseaudio x11" |
8 | 8 | ||
9 | DEPENDS += "pulseaudio" | 9 | DEPENDS += "pulseaudio" |
10 | 10 | ||