[Xorg] Patch to fix build error
Rich Wareham
rjw57 at hermes.cam.ac.uk
Wed Jul 14 07:01:01 PDT 2004
Something like the following needs to be done to allow xserver to
finish configure-ing with the --enable-xorgserver option set on my
system. Its not the 'correct' solution but someone needs to look at
howmany / where the backslashes go.
diff -u -r3.86 configure.ac
--- configure.ac 7 Jul 2004 19:21:06 -0000 3.86
+++ configure.ac 14 Jul 2004 13:53:55 -0000
@@ -464,12 +464,7 @@
XORG_INCS=
XORG_OS=
if test "$XORGSERVER" = yes; then
- XORG_INC='-I$(top_srcdir)/hw/xorg/include \\\
- -I$(top_srcdir)/hw/xorg/common \\\
- -I$(top_srcdir)/hw/xorg/os-support \\\
- -I$(top_srcdir)/include \\\
- -I$(top_srcdir)/os \\\
- -I$(top_srcdir)/hw/xorg/os-support/bus'
+ XORG_INC='-I$(top_srcdir)/hw/xorg/include -I$(top_srcdir)/hw/xorg/common -I$(top_srcdir)/hw/xorg/os-support -I$(top_srcdir)/include -I$(top_srcdir)/os -I$(top_srcdir)/hw/xorg/os-support/bus'
XORG_CORE_LIBS="$DIX_LIB"
XORG_LIBS="$FB_LIB $MI_LIB $XI_LIB $XKB_LIB $EXTENSION_LIBS \
$DAMAGE_LIB $SHADOW_LIB $XPSTUBS_LIB $OS_LIB"
--
Rich
More information about the xorg
mailing list