diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-09 15:55:04 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-11 10:59:21 +0200 |
commit | 902ffed08e4d07e9aa0298124d67701a16005604 (patch) | |
tree | 092dd07d5be4744498fa950434a2f9ba0e56a5bd /meta-gnome | |
parent | 98f67e60b64ec20e022d375ecd595cafffc22a50 (diff) | |
download | meta-openembedded-902ffed08e4d07e9aa0298124d67701a16005604.tar.gz |
metacity: remove unrecognized configure option
* fixes following QA warnings:
metacity-2.34.13: metacity: configure was passed unrecognised options:
--disable-verbose [unknown-configure-option]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb b/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb index fc0a97790..9c48238ff 100644 --- a/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb +++ b/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb | |||
@@ -19,8 +19,7 @@ ALTERNATIVE_${PN} = "x-window-manager" | |||
19 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/metacity" | 19 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/metacity" |
20 | ALTERNATIVE_PRIORITY = "10" | 20 | ALTERNATIVE_PRIORITY = "10" |
21 | 21 | ||
22 | EXTRA_OECONF += "--disable-verbose \ | 22 | EXTRA_OECONF += "--disable-xinerama" |
23 | --disable-xinerama" | ||
24 | 23 | ||
25 | do_configure_prepend() { | 24 | do_configure_prepend() { |
26 | sed -i -e 's:$ZENITY:$NOZENITY:g' -e 's:-Werror::g' ${S}/configure.in | 25 | sed -i -e 's:$ZENITY:$NOZENITY:g' -e 's:-Werror::g' ${S}/configure.in |