diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-21 13:01:29 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-21 13:01:29 +0200 |
commit | c9305fed7202158f304f043b69d788fe9672bb27 (patch) | |
tree | 665fe2c0765a739589e57eac05ce137d535bc1c7 /meta-gnome/recipes-gnome/gnome-power-manager | |
parent | 972778cee8ace679228e4763152aaee648101127 (diff) | |
download | meta-openembedded-c9305fed7202158f304f043b69d788fe9672bb27.tar.gz |
gnome-power-manager: libpanel-applets-2 is gone, so disable applets
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-power-manager')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb index 798673035c..9053e8c14d 100644 --- a/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb +++ b/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb | |||
@@ -2,7 +2,9 @@ DESCRIPTION = "Power management daemon" | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
4 | 4 | ||
5 | DEPENDS = "glib-2.0 gtk+ gconf gnome-keyring dbus dbus-glib libnotify libwnck cairo libunique gnome-panel xrandr virtual/libx11 libxrender libcanberra upower" | 5 | PR = "r1" |
6 | |||
7 | DEPENDS = "glib-2.0 gtk+ gconf gnome-keyring dbus dbus-glib libnotify libwnck cairo libunique xrandr virtual/libx11 libxrender libcanberra upower" | ||
6 | 8 | ||
7 | inherit gnome | 9 | inherit gnome |
8 | SRC_URI[archive.md5sum] = "9a08e85dce3ffb90775f15e3bda4adda" | 10 | SRC_URI[archive.md5sum] = "9a08e85dce3ffb90775f15e3bda4adda" |
@@ -10,6 +12,7 @@ SRC_URI[archive.sha256sum] = "17fa301bf7e133285c0e054ae3be2b0f690c48f59b09f67e04 | |||
10 | 12 | ||
11 | EXTRA_OECONF = " --disable-scrollkeeper \ | 13 | EXTRA_OECONF = " --disable-scrollkeeper \ |
12 | --disable-keyring \ | 14 | --disable-keyring \ |
15 | --disable-applets \ | ||
13 | --x-includes=${STAGING_INCDIR} \ | 16 | --x-includes=${STAGING_INCDIR} \ |
14 | --x-libraries=${STAGING_LIBDIR} \ | 17 | --x-libraries=${STAGING_LIBDIR} \ |
15 | --with-dpms-ext=${STAGING_INCDIR}/.. \ | 18 | --with-dpms-ext=${STAGING_INCDIR}/.. \ |