xserver: Branch 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Aug 10 16:11:27 PDT 2007


 configure.ac |    1 +
 1 files changed, 1 insertion(+)

New commits:
diff-tree 59961e47df4ea621a6713a8c7d060555f8746c3a (from 2243b30e54df07892f75e3d65b687abe5b183cf3)
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Fri Aug 10 16:08:41 2007 -0700

    xorgcfg needs PIXMAN_CFLAGS in order to build libc_wrapper.c

diff --git a/configure.ac b/configure.ac
index 0544a54..b052c16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1933,6 +1933,7 @@ AC_ARG_ENABLE(xorgcfg, AS_HELP_STRING([-
 if test x$XORGCFG = xyes ; then
 	PKG_CHECK_MODULES([XORGCFG_DEP], 
 	    [xkbui >= 1.0.2 xkbfile xxf86misc xxf86vm xaw7 xmu xt xpm xext x11])
+	XORGCFG_DEP_CFLAGS="$XORGCFG_DEP_CFLAGS $PIXMAN_CFLAGS"
 	AC_CHECK_LIB([curses],[waddstr],
 	    [XORGCFG_DEP_LIBS="$XORGCFG_DEP_LIBS -lcurses"; CURSES=yes],
 	    AC_CHECK_LIB([ncurses],[waddstr],


More information about the xorg-commit mailing list