diff options
author | Ross Burton <ross.burton@intel.com> | 2012-09-11 20:18:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-12 14:54:06 +0100 |
commit | 41c1b76c2c1b875bf72331f6b89cf7f5e2bba9f2 (patch) | |
tree | c30f8e623ece6d4d9427b2ec885b77ab44d25fef /meta/recipes-graphics | |
parent | 04c776956b98cc96c2c1a139bec0422feae1497d (diff) | |
download | openembedded-core-41c1b76c2c1b875bf72331f6b89cf7f5e2bba9f2.tar.gz openembedded-core-41c1b76c2c1b875bf72331f6b89cf7f5e2bba9f2.tar.bz2 openembedded-core-41c1b76c2c1b875bf72331f6b89cf7f5e2bba9f2.zip |
libx11-diet: remove un-needed chunk from stubs patch
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/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 8cd1870363..9e91a8bbab 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], |