[oe-commits] Ross Burton : libxt: remove unused configure option

git at git.openembedded.org git at git.openembedded.org
Mon Oct 14 15:46:32 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: b972a047ede781b9e0570c55e803245e405e529b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b972a047ede781b9e0570c55e803245e405e529b

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Oct  8 14:13:23 2013 +0000

libxt: remove unused configure option

--disable-install-makestrs was removed in 1.0.8, released back in 2010.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/xorg-lib/libxt_1.1.4.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/xorg-lib/libxt_1.1.4.bb b/meta/recipes-graphics/xorg-lib/libxt_1.1.4.bb
index c3373f4..9c1aaa4 100644
--- a/meta/recipes-graphics/xorg-lib/libxt_1.1.4.bb
+++ b/meta/recipes-graphics/xorg-lib/libxt_1.1.4.bb
@@ -27,7 +27,7 @@ SRC_URI +=  "file://libxt_fix_for_x32.patch"
 
 BBCLASSEXTEND = "native"
 
-EXTRA_OECONF += "--disable-install-makestrs --disable-xkb"
+EXTRA_OECONF += "--disable-xkb"
 
 do_compile() {
 	(



More information about the Openembedded-commits mailing list