[PATCH] Xevie build fix
ISHIKAWA Mutsumi
ishikawa at hanzubon.jp
Sat Jun 11 23:34:22 PDT 2005
Hi,
Here is 1 liner patch to fix build problem xorg/lib/Xevie.
xorg/lib/Xevie/src/Xevie.c refers Xevie.h header as following:
#include <X11/extensions/Xevie.h>
Xevie.h is included in xorg/lib/Xevie/include/X11/extensions,
but xorg/lib/Xevie/src/makefile.am add
'-I$(top_srcdir)/include/X11/extensions' to INCLUDES.
So, cpp fails to search X11/extensions/Xevie.h
It shuold be as:
INCLUDES = -I$(top_srcdir)/include
--- Xevie/src/Makefile.am.orig 2005-06-12 15:04:33.000000000 +0900
+++ Xevie/src/Makefile.am 2005-06-12 15:04:49.000000000 +0900
@@ -6,7 +6,7 @@
libXevie_la_CFLAGS = $(XEVIE_CFLAGS)
-INCLUDES = -I$(top_srcdir)/include/X11/extensions
+INCLUDES = -I$(top_srcdir)/include
#
# Library version info. Check the libtool docs for
--
ISHIKAWA Mutsumi
<ishikawa at debian.org>, <ishikawa at netvillage.co.jp>, <ishikawa at hanzubon.jp>
More information about the xorg-modular
mailing list