diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-09 15:48:49 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-11 10:59:20 +0200 |
commit | f5856bda8d1eea3ff3994c221af75f5aca8c1465 (patch) | |
tree | 68be82564a9cd73634b9cc7385bf48aba3615751 /meta-gnome/recipes-gnome/gnome-power-manager | |
parent | d43c7c1fc98e35c3770bc1562e9309d8eb940df5 (diff) | |
download | meta-openembedded-f5856bda8d1eea3ff3994c221af75f5aca8c1465.tar.gz |
gnome-power-manager: remove unrecognized configure options
* fixes following QA warning:
gnome-power-manager-2.32.0: gnome-power-manager: configure was passed
unrecognised options: --with-dpms-ext [unknown-configure-option]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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 | 1 |
1 files changed, 0 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 586eba6b0..2c55cf157 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 | |||
@@ -21,7 +21,6 @@ EXTRA_OECONF = " --disable-scrollkeeper \ | |||
21 | --disable-applets \ | 21 | --disable-applets \ |
22 | --x-includes=${STAGING_INCDIR} \ | 22 | --x-includes=${STAGING_INCDIR} \ |
23 | --x-libraries=${STAGING_LIBDIR} \ | 23 | --x-libraries=${STAGING_LIBDIR} \ |
24 | --with-dpms-ext=${STAGING_INCDIR}/.. \ | ||
25 | --enable-compile-warnings=no \ | 24 | --enable-compile-warnings=no \ |
26 | ac_cv_header_X11_extensions_dpms_h=yes \ | 25 | ac_cv_header_X11_extensions_dpms_h=yes \ |
27 | " | 26 | " |