[oe-commits] Martin Jansa : xfce4-settings: Add PACKAGECONFIG for notify

git at git.openembedded.org git at git.openembedded.org
Tue Sep 17 17:09:45 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 66a9632963f8063625334a966df7f3301d3a9aa9
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=66a9632963f8063625334a966df7f3301d3a9aa9

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Aug 26 16:29:14 2013 +0200

xfce4-settings: Add PACKAGECONFIG for notify

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../xfce4-settings/xfce4-settings_4.11.0.bb        |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.11.0.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.11.0.bb
index d633fa6..4aac5a3 100644
--- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.11.0.bb
+++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.11.0.bb
@@ -20,6 +20,9 @@ SRC_URI += "file://0001-xsettings.xml-remove-trouble-causing-comment.patch \
 SRC_URI[md5sum] = "3bf42281b64b10b2691008cd693f7dbd"
 SRC_URI[sha256sum] = "4a4f1e79a58b524f3a6dd030b6fc687671b35566f847e6f516c6f84211191698"
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"
+
 FILES_${PN} += "${libdir}/xfce4"
 
 do_install_prepend() {



More information about the Openembedded-commits mailing list