openbox: remove unrecognized configure option
authorMartin Jansa <Martin.Jansa@gmail.com>
Sat, 9 Aug 2014 13:55:55 +0000 (15:55 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:41:21 +0000 (08:41 -0800)
* fixes following QA warnings:
  openbox-3.5.0: openbox: configure was passed unrecognised options:
    --with-plugins [unknown-configure-option]

(From meta-openembedded rev: c6e6dde11edd651b482c63aa1075920671c7f108)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb

index 24407b0..7c1d4a0 100644 (file)
@@ -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-.*"