diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-26 16:30:25 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-17 19:07:23 +0200 |
commit | e5e8e0c820e668364212a0d800903d02c4c43d36 (patch) | |
tree | 5d927208b90241f1aeb5f37063b2a6c4c7cdb28e /meta-xfce | |
parent | 66a9632963f8063625334a966df7f3301d3a9aa9 (diff) | |
download | meta-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.bb | 3 |
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 | |||
9 | SRC_URI[md5sum] = "54a84ce63046c279fc3ec3f436d2f1b0" | 9 | SRC_URI[md5sum] = "54a84ce63046c279fc3ec3f436d2f1b0" |
10 | SRC_URI[sha256sum] = "49a6e0be513e307e896f7e5929825babec9bbcd4b2e73552f9d27647a4db797d" | 10 | SRC_URI[sha256sum] = "49a6e0be513e307e896f7e5929825babec9bbcd4b2e73552f9d27647a4db797d" |
11 | 11 | ||
12 | PACKAGECONFIG ??= "" | ||
13 | PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" | ||
14 | |||
12 | FILES_${PN} += "${datadir}/backgrounds" | 15 | FILES_${PN} += "${datadir}/backgrounds" |