kumquat-buildroot/package/x11r7/xapp_xauth/xapp_xauth-1.0.2-xcb.patch
Eric Andersen a7e49eb2af Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't
quite work yet for me, but this clearly is a huge project and not having it
quite work on the first pass is hardly unexpected.  We definately want this
stuff in buildroot.
2007-08-10 19:07:51 +00:00

12 lines
364 B
Diff

--- xauth-1.0.2/configure.ac.orig 2007-06-06 22:33:44.000000000 +0200
+++ xauth-1.0.2/configure.ac 2007-06-06 22:33:57.000000000 +0200
@@ -40,7 +40,7 @@
AC_CHECK_HEADERS([net/errno.h])
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XAUTH, x11 xau xext xmuu)
+PKG_CHECK_MODULES(XAUTH, x11 xau xext xmuu xcb)
AC_SUBST(XAUTH_CFLAGS)
AC_SUBST(XAUTH_LIBS)