[PATCH xquartz 1/2] XQuartz: Fix build with moved pseudoramiX

Jeremy Huddleston Sequoia jeremyhu at apple.com
Sun Sep 15 08:11:19 PDT 2013


Regression from: e716baedc4d8e52a60f43ef21aba771b340d8c8b

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu at apple.com>
CC: Jon TURNEY <jon.turney at dronecode.org.uk>
---
 hw/xquartz/Makefile.am     | 1 +
 hw/xquartz/xpr/Makefile.am | 1 +
 2 files changed, 2 insertions(+)

diff --git a/hw/xquartz/Makefile.am b/hw/xquartz/Makefile.am
index 2e894d7..2ca953c 100644
--- a/hw/xquartz/Makefile.am
+++ b/hw/xquartz/Makefile.am
@@ -8,6 +8,7 @@ AM_CPPFLAGS = \
 	-DUSE_NEW_CLUT \
 	-DXFree86Server \
 	-I$(top_srcdir)/miext/rootless \
+	-I$(top_builddir)/pseudoramiX \
 	-DX11LIBDIR=\"$(libdir)\"
 
 if GLX
diff --git a/hw/xquartz/xpr/Makefile.am b/hw/xquartz/xpr/Makefile.am
index 763a7cd..c654ee5 100644
--- a/hw/xquartz/xpr/Makefile.am
+++ b/hw/xquartz/xpr/Makefile.am
@@ -3,6 +3,7 @@ noinst_LTLIBRARIES = libXquartzXpr.la
 AM_CFLAGS =  $(DIX_CFLAGS)
 AM_CPPFLAGS = \
 	-I$(srcdir) -I$(srcdir)/.. \
+	-I$(top_builddir)/pseudoramiX \
 	-I$(top_srcdir)/miext \
 	-I$(top_srcdir)/miext/rootless
 
-- 
1.8.4



More information about the xorg-devel mailing list