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
454 B
Diff
12 lines
454 B
Diff
--- a/configure.ac.orig 2007-06-04 12:56:16.000000000 +0200
|
|
+++ a/configure.ac 2007-06-04 12:55:58.000000000 +0200
|
|
@@ -50,7 +50,7 @@
|
|
|
|
# Find the xcb-proto protocol descriptions
|
|
AC_MSG_CHECKING(XCBPROTO_XCBINCLUDEDIR)
|
|
-XCBPROTO_XCBINCLUDEDIR=`$PKG_CONFIG --variable=xcbincludedir xcb-proto`
|
|
+XCBPROTO_XCBINCLUDEDIR=$STAGING_DIR`$PKG_CONFIG --variable=xcbincludedir xcb-proto`
|
|
AC_MSG_RESULT($XCBPROTO_XCBINCLUDEDIR)
|
|
AC_SUBST(XCBPROTO_XCBINCLUDEDIR)
|
|
|