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

git at git.openembedded.org git at git.openembedded.org
Thu Oct 10 08:05:09 UTC 2013


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

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