XQuartz: Fix build with moved pseudoramiX
Regression from: e716baedc4
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
parent
47ff382d1f
commit
39c548da0c
|
@ -8,6 +8,7 @@ AM_CPPFLAGS = \
|
||||||
-DUSE_NEW_CLUT \
|
-DUSE_NEW_CLUT \
|
||||||
-DXFree86Server \
|
-DXFree86Server \
|
||||||
-I$(top_srcdir)/miext/rootless \
|
-I$(top_srcdir)/miext/rootless \
|
||||||
|
-I$(top_builddir)/pseudoramiX \
|
||||||
-DX11LIBDIR=\"$(libdir)\"
|
-DX11LIBDIR=\"$(libdir)\"
|
||||||
|
|
||||||
if GLX
|
if GLX
|
||||||
|
|
|
@ -3,6 +3,7 @@ noinst_LTLIBRARIES = libXquartzXpr.la
|
||||||
AM_CFLAGS = $(DIX_CFLAGS)
|
AM_CFLAGS = $(DIX_CFLAGS)
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(srcdir) -I$(srcdir)/.. \
|
-I$(srcdir) -I$(srcdir)/.. \
|
||||||
|
-I$(top_builddir)/pseudoramiX \
|
||||||
-I$(top_srcdir)/miext \
|
-I$(top_srcdir)/miext \
|
||||||
-I$(top_srcdir)/miext/rootless
|
-I$(top_srcdir)/miext/rootless
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue