summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-26 16:30:25 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-09-17 19:07:23 +0200
commite5e8e0c820e668364212a0d800903d02c4c43d36 (patch)
tree5d927208b90241f1aeb5f37063b2a6c4c7cdb28e /meta-xfce
parent66a9632963f8063625334a966df7f3301d3a9aa9 (diff)
downloadmeta-openembedded-e5e8e0c820e668364212a0d800903d02c4c43d36.tar.gz
xfdesktop: Add PACKAGECONFIG for notify
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.10.2.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.10.2.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.10.2.bb
index a36f1c6e3..11aab8ae0 100644
--- a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.10.2.bb
+++ b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.10.2.bb
@@ -9,4 +9,7 @@ inherit xfce
9SRC_URI[md5sum] = "54a84ce63046c279fc3ec3f436d2f1b0" 9SRC_URI[md5sum] = "54a84ce63046c279fc3ec3f436d2f1b0"
10SRC_URI[sha256sum] = "49a6e0be513e307e896f7e5929825babec9bbcd4b2e73552f9d27647a4db797d" 10SRC_URI[sha256sum] = "49a6e0be513e307e896f7e5929825babec9bbcd4b2e73552f9d27647a4db797d"
11 11
12PACKAGECONFIG ??= ""
13PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
14
12FILES_${PN} += "${datadir}/backgrounds" 15FILES_${PN} += "${datadir}/backgrounds"