diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-26 16:27:58 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-17 19:07:23 +0200 |
commit | f217044ab1adc78d3c8aee7ae0ff38111f6cb1bc (patch) | |
tree | e6ca9959882788550b7d9dddb5d59530cabcea09 /meta-xfce/recipes-panel-plugins | |
parent | b89c1e44c4951cd762b9ff3d0ab8b3ebad089d6e (diff) | |
download | meta-openembedded-f217044ab1adc78d3c8aee7ae0ff38111f6cb1bc.tar.gz |
xfce4-places-plugin: Add PACKAGECONFIG for notify
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/places/xfce4-places-plugin_1.5.0.bb | 3 |
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 2e0b8101f..f68365c6e 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 | |||
7 | 7 | ||
8 | SRC_URI[md5sum] = "84c39fb123e07e1c7caaf006d9383656" | 8 | SRC_URI[md5sum] = "84c39fb123e07e1c7caaf006d9383656" |
9 | SRC_URI[sha256sum] = "6996051669a13d4791a5a453747801dc2f7f6fa5546785622d80b34966283d44" | 9 | SRC_URI[sha256sum] = "6996051669a13d4791a5a453747801dc2f7f6fa5546785622d80b34966283d44" |
10 | |||
11 | PACKAGECONFIG ??= "" | ||
12 | PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" | ||