diff options
author | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2023-01-14 23:33:59 -0800 |
---|---|---|
committer | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2023-01-14 23:36:00 -0800 |
commit | 8feba178f8b73b983033c197c384c580a6397a41 (patch) | |
tree | 895c066e2d59856a0113202965d0c943192d0b02 | |
parent | c8ef9e38187e00dbaf956893f987e15e8f42f61c (diff) |
xquartz: Fix building with autoconf
Regressed-in: 5d302c378d9d21b34db2434425b766ac4f05de89
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
-rw-r--r-- | hw/xquartz/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xquartz/Makefile.am b/hw/xquartz/Makefile.am index 9db38c403..130e76f9a 100644 --- a/hw/xquartz/Makefile.am +++ b/hw/xquartz/Makefile.am @@ -9,7 +9,7 @@ AM_CPPFLAGS = \ -DXFree86Server \ -I$(top_srcdir)/miext/rootless \ -I$(top_builddir)/pseudoramiX \ - -I$(top_builddir)" + -I$(top_builddir) if GLX GL_DIR = GL |