a7e49eb2af
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.
12 lines
364 B
Diff
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)
|
|
|