[oe-commits] Ross Burton : libx11-diet: remove un-needed chunk from stubs patch

git at git.openembedded.org git at git.openembedded.org
Wed Sep 12 14:05:30 UTC 2012


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Sep 11 20:18:07 2012 +0100

libx11-diet: remove un-needed chunk from stubs patch

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

---

 .../xorg-lib/libx11/X18NCMSstubs.diff              |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/meta/recipes-graphics/xorg-lib/libx11/X18NCMSstubs.diff b/meta/recipes-graphics/xorg-lib/libx11/X18NCMSstubs.diff
index 8cd1870..9e91a8b 100644
--- a/meta/recipes-graphics/xorg-lib/libx11/X18NCMSstubs.diff
+++ b/meta/recipes-graphics/xorg-lib/libx11/X18NCMSstubs.diff
@@ -519,23 +519,3 @@ Index: libX11-1.3/src/locking.c
      _XLockMutex_fn = _XLockMutex;
      _XUnlockMutex_fn = _XUnlockMutex;
      _XCreateMutex_fn = _XCreateMutex;
-Index: libX11-1.3/configure.ac
-===================================================================
---- libX11-1.3.orig/configure.ac
-+++ libX11-1.3/configure.ac
-@@ -289,7 +289,14 @@ else
- fi
- AC_SUBST(KEYSYMDEF)
- 
--AM_CONDITIONAL(UDC, test xfalse = xtrue)
-+AC_ARG_ENABLE(udc,
-+              AC_HELP_STRING([--disable-udc],
-+                [Disable Xlib support for UDC *EXPERIMENTAL*]),
-+              [UDC=$enableval],[UDC=yes])
-+AM_CONDITIONAL(UDC, [test x$UDC = xyes ])
-+if test x"$UDC" = "xyes"; then
-+	AC_DEFINE(UDC,1,[Include support for UDC])
-+fi
- 
- AC_ARG_ENABLE(xcms,
-               AC_HELP_STRING([--disable-xcms],





More information about the Openembedded-commits mailing list