Xevie patch

Stefan Dirsch sndirsch at suse.de
Wed Jun 15 05:22:14 PDT 2005


Hi

Attached you find a small patch, which fixes the Xevie build
(X11/extensions/Xevie.h not found).

Regards,
Stefan

Public Key available
------------------------------------------------------
Stefan Dirsch (Res. & Dev.)   SUSE LINUX Products GmbH
Tel: 0911-740 53 0            Maxfeldstraße 5
FAX: 0911-740 53 479          D-90409 Nürnberg
http://www.suse.de            Germany 
------------------------------------------------------
-------------- next part --------------
--- lib/Xevie/src/Makefile.am.orig	2005-06-15 10:44:16.000000000 +0000
+++ lib/Xevie/src/Makefile.am	2005-06-15 10:45:10.000000000 +0000
@@ -6,7 +6,7 @@
 
 libXevie_la_CFLAGS = $(XEVIE_CFLAGS)
 
-INCLUDES = -I$(top_srcdir)/include/X11/extensions
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/include/X11/extensions
 
 #
 # Library version info.  Check the libtool docs for


More information about the xorg-modular mailing list