mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
libx11-diet: remove un-needed chunk from stubs patch
(From OE-Core rev: 41c1b76c2c1b875bf72331f6b89cf7f5e2bba9f2) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ad02e381e1
commit
bbe27db677
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user