diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-26 16:29:14 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-17 19:07:23 +0200 |
commit | 66a9632963f8063625334a966df7f3301d3a9aa9 (patch) | |
tree | 3dd5cd14e72eb95f5fac70ba8369ff0b1694944e /meta-xfce | |
parent | f217044ab1adc78d3c8aee7ae0ff38111f6cb1bc (diff) | |
download | meta-openembedded-66a9632963f8063625334a966df7f3301d3a9aa9.tar.gz |
xfce4-settings: 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/xfce4-settings/xfce4-settings_4.11.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.11.0.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.11.0.bb index d633fa6d1..4aac5a374 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.11.0.bb +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.11.0.bb | |||
@@ -20,6 +20,9 @@ SRC_URI += "file://0001-xsettings.xml-remove-trouble-causing-comment.patch \ | |||
20 | SRC_URI[md5sum] = "3bf42281b64b10b2691008cd693f7dbd" | 20 | SRC_URI[md5sum] = "3bf42281b64b10b2691008cd693f7dbd" |
21 | SRC_URI[sha256sum] = "4a4f1e79a58b524f3a6dd030b6fc687671b35566f847e6f516c6f84211191698" | 21 | SRC_URI[sha256sum] = "4a4f1e79a58b524f3a6dd030b6fc687671b35566f847e6f516c6f84211191698" |
22 | 22 | ||
23 | PACKAGECONFIG ??= "" | ||
24 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" | ||
25 | |||
23 | FILES_${PN} += "${libdir}/xfce4" | 26 | FILES_${PN} += "${libdir}/xfce4" |
24 | 27 | ||
25 | do_install_prepend() { | 28 | do_install_prepend() { |