diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-09 15:50:07 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-11 10:59:21 +0200 |
commit | 50dbedabbeddffdb3f40d0ffe2594b4368ef7135 (patch) | |
tree | 720b5c842e9893dfcaadaf960d092e176dede7e3 /meta-gnome | |
parent | 33ef730fb30d6a3f3599869ba4e667b233611604 (diff) | |
download | meta-openembedded-50dbedabbeddffdb3f40d0ffe2594b4368ef7135.tar.gz |
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@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 6664bfa2b..a2b7e0c6a 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" | |||
8 | DEPENDS = "gtk-engines icon-naming-utils icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native" | 8 | DEPENDS = "gtk-engines icon-naming-utils icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native" |
9 | RDEPENDS_${PN} = "gnome-icon-theme" | 9 | RDEPENDS_${PN} = "gnome-icon-theme" |
10 | 10 | ||
11 | EXTRA_OECONF += "--enable-all-themes --disable-hicolor-check \ | 11 | EXTRA_OECONF += "--enable-all-themes \ |
12 | --with-iconmap=${STAGING_LIBDIR_NATIVE}/icon-naming-utils/icon-name-mapping \ | 12 | --with-iconmap=${STAGING_LIBDIR_NATIVE}/icon-naming-utils/icon-name-mapping \ |
13 | " | 13 | " |
14 | 14 | ||