mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 12:50:14 +01:00
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
2 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ AM_CPPFLAGS = \
|
|||
-DUSE_NEW_CLUT \
|
||||
-DXFree86Server \
|
||||
-I$(top_srcdir)/miext/rootless \
|
||||
-I$(top_builddir)/pseudoramiX \
|
||||
-DX11LIBDIR=\"$(libdir)\"
|
||||
|
||||
if GLX
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue