summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-26 16:13:43 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-09-17 19:07:22 +0200
commite4a5a3108ffb8d199d29a5ca004e21951a158de2 (patch)
tree2fc4900b0f25244222ef0be0fa03d2cca7560cd0 /meta-xfce
parent3f053349365db8550bbf16640bd5f5be6dbbbe6d (diff)
downloadmeta-openembedded-e4a5a3108ffb8d199d29a5ca004e21951a158de2.tar.gz
orage: Add PACKAGECONFIG for notify and dependency on popt
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-apps/orage/orage_4.8.4.bb5
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 990598753..69211cc2d 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"
2SECTION = "x11/application" 2SECTION = "x11/application"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" 4LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
5DEPENDS = "gtk+ xfce4-panel libical" 5DEPENDS = "gtk+ xfce4-panel libical popt"
6 6
7inherit xfce-app 7inherit xfce-app
8 8
9SRC_URI[md5sum] = "d5105981a9d77ed22be42615d70f3cc0" 9SRC_URI[md5sum] = "d5105981a9d77ed22be42615d70f3cc0"
10SRC_URI[sha256sum] = "b19df727da9da48b979e238ac7113c803976de80bd1e2dadf6d84b864956dfd5" 10SRC_URI[sha256sum] = "b19df727da9da48b979e238ac7113c803976de80bd1e2dadf6d84b864956dfd5"
11 11
12PACKAGECONFIG ??= ""
13PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"
14
12PACKAGES =+ "xfce4-orageclock-plugin" 15PACKAGES =+ "xfce4-orageclock-plugin"
13FILES_${PN} += "${datadir}/dbus-1" 16FILES_${PN} += "${datadir}/dbus-1"
14FILES_${PN}-dbg += "${libdir}/orage/xfce4/panel-plugins/.debug" 17FILES_${PN}-dbg += "${libdir}/orage/xfce4/panel-plugins/.debug"