aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-26 16:27:58 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-09-17 19:07:23 +0200
commitf217044ab1adc78d3c8aee7ae0ff38111f6cb1bc (patch)
treee6ca9959882788550b7d9dddb5d59530cabcea09 /meta-xfce
parentb89c1e44c4951cd762b9ff3d0ab8b3ebad089d6e (diff)
downloadmeta-openembedded-contrib-f217044ab1adc78d3c8aee7ae0ff38111f6cb1bc.tar.gz
xfce4-places-plugin: Add PACKAGECONFIG for notify
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-panel-plugins/places/xfce4-places-plugin_1.5.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/places/xfce4-places-plugin_1.5.0.bb b/meta-xfce/recipes-panel-plugins/places/xfce4-places-plugin_1.5.0.bb
index 2e0b8101fe..f68365c6e2 100644
--- a/meta-xfce/recipes-panel-plugins/places/xfce4-places-plugin_1.5.0.bb
+++ b/meta-xfce/recipes-panel-plugins/places/xfce4-places-plugin_1.5.0.bb
@@ -7,3 +7,6 @@ inherit xfce-panel-plugin
SRC_URI[md5sum] = "84c39fb123e07e1c7caaf006d9383656"
SRC_URI[sha256sum] = "6996051669a13d4791a5a453747801dc2f7f6fa5546785622d80b34966283d44"
+
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"