]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxkbfile: Remove obsolete configure option
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Dec 2013 10:41:13 +0000 (10:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Dec 2013 10:47:05 +0000 (10:47 +0000)
Resolves the QA error:

WARNING: QA Issue: libxkbfile: configure was passed unrecognised options: --without-xcb

(there is no such configure option any more)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libxkbfile_1.0.8.bb

index 812d2afe6f4f602e957d432f97ca6f761e449481..620b4146045ff4238e9015db498aa5b39bec6de1 100644 (file)
@@ -12,8 +12,6 @@ DEPENDS += "virtual/libx11 kbproto"
 
 PE = "1"
 
-EXTRA_OECONF += "--without-xcb"
-
 BBCLASSEXTEND = "native"
 
 SRC_URI[md5sum] = "19e6533ae64abba0773816a23f2b9507"