diff options
author | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2013-09-15 08:07:44 -0700 |
---|---|---|
committer | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2013-09-16 07:06:48 -0700 |
commit | 39c548da0cf0522ad246630605b96751ab6d39c0 (patch) | |
tree | 7bd92b2757780ba7e8f4305dc91dc5b0838a90cd /hw/xquartz/Makefile.am | |
parent | 47ff382d1fce25a8b097d45b79489e891f1f1228 (diff) |
XQuartz: Fix build with moved pseudoramiX
Regression from: e716baedc4d8e52a60f43ef21aba771b340d8c8b
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'hw/xquartz/Makefile.am')
-rw-r--r-- | hw/xquartz/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |