diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-09 15:55:55 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-11 10:59:21 +0200 |
commit | c6e6dde11edd651b482c63aa1075920671c7f108 (patch) | |
tree | 3a969c46579c22cedcd4d62447a96f16e47b3833 /meta-oe | |
parent | 902ffed08e4d07e9aa0298124d67701a16005604 (diff) | |
download | meta-openembedded-c6e6dde11edd651b482c63aa1075920671c7f108.tar.gz |
openbox: remove unrecognized configure option
* fixes following QA warnings:
openbox-3.5.0: openbox: configure was passed unrecognised options:
--with-plugins [unknown-configure-option]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb b/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb index 24407b0eb..7c1d4a012 100644 --- a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb +++ b/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb | |||
@@ -24,8 +24,6 @@ PACKAGECONFIG[xrandr] = "--enable-xrandr,--disable-xrandr,libxrandr" | |||
24 | PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama" | 24 | PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama" |
25 | PACKAGECONFIG[xcursor] = "--enable-xcursor,--disable-xcursor,libxcursor" | 25 | PACKAGECONFIG[xcursor] = "--enable-xcursor,--disable-xcursor,libxcursor" |
26 | 26 | ||
27 | EXTRA_OECONF += "--with-plugins=none" | ||
28 | |||
29 | PACKAGES =+ "${PN}-core ${PN}-lxde ${PN}-gnome ${PN}-config" | 27 | PACKAGES =+ "${PN}-core ${PN}-lxde ${PN}-gnome ${PN}-config" |
30 | 28 | ||
31 | PACKAGES_DYNAMIC += "^${PN}-theme-.*" | 29 | PACKAGES_DYNAMIC += "^${PN}-theme-.*" |