diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-06-03 22:41:48 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-06-09 23:10:21 +0200 |
commit | a18788d388cc9d531272d6ca73cce13fd118594d (patch) | |
tree | e3c5905b0d84e869638723b6bc07795284f596a7 /package/matchbox-panel | |
parent | 302f28de8011fb462dd119ffbc89686862da0a2b (diff) | |
download | buildroot-a18788d388cc9d531272d6ca73cce13fd118594d.tar.gz buildroot-a18788d388cc9d531272d6ca73cce13fd118594d.zip |
package/matchbox-panel: add support for dnotify
Using dnotify, matchbox-panel can automatically reload its menu.
dnotify requires a kernel >=2.4, which we can consider to be
virtually for granted.
So, forcibly use dnotify.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Reviewed-by: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/matchbox-panel')
-rw-r--r-- | package/matchbox-panel/matchbox-panel.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/matchbox-panel/matchbox-panel.mk b/package/matchbox-panel/matchbox-panel.mk index a5da7806b1..e71337cd8b 100644 --- a/package/matchbox-panel/matchbox-panel.mk +++ b/package/matchbox-panel/matchbox-panel.mk @@ -11,7 +11,7 @@ MATCHBOX_PANEL_SITE = http://downloads.yoctoproject.org/releases/matchbox/matchb MATCHBOX_PANEL_LICENSE = GPLv2+ MATCHBOX_PANEL_LICENSE_FILES = COPYING MATCHBOX_PANEL_DEPENDENCIES = matchbox-lib -MATCHBOX_PANEL_CONF_OPTS = --enable-expat +MATCHBOX_PANEL_CONF_OPTS = --enable-expat --enable-dnotify ifeq ($(BR2_PACKAGE_MATCHBOX_STARTUP_MONITOR),y) MATCHBOX_PANEL_CONF_OPTS += --enable-startup-notification |