[oe-commits] Martin Jansa : orage: Add PACKAGECONFIG for notify and dependency on popt

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


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

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

orage: Add PACKAGECONFIG for notify and dependency on popt

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

---

 meta-xfce/recipes-apps/orage/orage_4.8.4.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/meta-xfce/recipes-apps/orage/orage_4.8.4.bb b/meta-xfce/recipes-apps/orage/orage_4.8.4.bb
index 9905987..69211cc 100644
--- a/meta-xfce/recipes-apps/orage/orage_4.8.4.bb
+++ b/meta-xfce/recipes-apps/orage/orage_4.8.4.bb
@@ -2,13 +2,16 @@ DESCRIPTION = "Xfce Calender"
 SECTION = "x11/application"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
-DEPENDS = "gtk+ xfce4-panel libical"
+DEPENDS = "gtk+ xfce4-panel libical popt"
 
 inherit xfce-app
 
 SRC_URI[md5sum] = "d5105981a9d77ed22be42615d70f3cc0"
 SRC_URI[sha256sum] = "b19df727da9da48b979e238ac7113c803976de80bd1e2dadf6d84b864956dfd5"
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"
+
 PACKAGES =+ "xfce4-orageclock-plugin"
 FILES_${PN} += "${datadir}/dbus-1"
 FILES_${PN}-dbg += "${libdir}/orage/xfce4/panel-plugins/.debug"



More information about the Openembedded-commits mailing list