From 8684b379bc62fed44ad52925182fc804f8137a2a Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 16 Sep 2015 13:56:00 +0800 Subject: xfce4-pulseaudio-plugin: add packageconfig for libnotify Add PACKAGECONFIG for libnotify and disable it by default to avoid the QA issue: WARNING: QA Issue: xfce4-pulseaudio-plugin rdepends on libnotify, but it isn't a build dependency? [build-deps] Signed-off-by: Jackie Huang Signed-off-by: Martin Jansa --- .../recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.3.bb b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.3.bb index f9ad32fe65..9a95cded93 100644 --- a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.3.bb +++ b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.3.bb @@ -11,4 +11,7 @@ DEPENDS += "pulseaudio" SRC_URI[md5sum] = "13a47ba5a72c16fb06f7e1cc89858cc7" SRC_URI[sha256sum] = "e82836bc8cf7d905b4e60d43dc630ba8e32dea785989700c71d4aeee9f583b33" +PACKAGECONFIG ??= "" +PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify" + RRECOMMENDS_${PN} = "pavucontrol" -- cgit 1.2.3-korg