[meta-oe,24/36] openbox: remove unrecognized configure option
Submitted by Martin Jansa on Aug. 9, 2014, 4:08 p.m.
|
Patch ID: 77725
Details
Commit Message
@@ -24,8 +24,6 @@ PACKAGECONFIG[xrandr] = "--enable-xrandr,--disable-xrandr,libxrandr"
PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama"
PACKAGECONFIG[xcursor] = "--enable-xcursor,--disable-xcursor,libxcursor"
-EXTRA_OECONF += "--with-plugins=none"
-
PACKAGES =+ "${PN}-core ${PN}-lxde ${PN}-gnome ${PN}-config"
PACKAGES_DYNAMIC += "^${PN}-theme-.*"
* 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> --- meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb | 2 -- 1 file changed, 2 deletions(-)