[oe-commits] Martin Jansa : gnome-themes: remove unrecognized configure options

git at git.openembedded.org git at git.openembedded.org
Tue Aug 12 11:40:40 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 50dbedabbeddffdb3f40d0ffe2594b4368ef7135
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=50dbedabbeddffdb3f40d0ffe2594b4368ef7135

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Aug  9 15:50:07 2014 +0200

gnome-themes: remove unrecognized configure options

* fixes following QA warning:
  gnome-themes-2.32.1: gnome-themes: configure was passed unrecognised
    options: --disable-hicolor-check [unknown-configure-option]

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb b/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb
index 6664bfa..a2b7e0c 100644
--- a/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb
@@ -8,7 +8,7 @@ SECTION = "x11/gnome"
 DEPENDS = "gtk-engines icon-naming-utils icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native"
 RDEPENDS_${PN} = "gnome-icon-theme"
 
-EXTRA_OECONF += "--enable-all-themes --disable-hicolor-check \
+EXTRA_OECONF += "--enable-all-themes \
     --with-iconmap=${STAGING_LIBDIR_NATIVE}/icon-naming-utils/icon-name-mapping \
 "
 



More information about the Openembedded-commits mailing list