From 39c548da0cf0522ad246630605b96751ab6d39c0 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Sequoia Date: Sun, 15 Sep 2013 08:07:44 -0700 Subject: [PATCH] XQuartz: Fix build with moved pseudoramiX Regression from: e716baedc4d8e52a60f43ef21aba771b340d8c8b Signed-off-by: Jeremy Huddleston Sequoia Reviewed-by: Jon TURNEY --- 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 2e894d705..2ca953cf9 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 763a7cd5c..c654ee595 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