xquartz: Remove unused macro (X11LIBDIR)
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
(cherry picked from commit 3dbd809c0e
)
This commit is contained in:
parent
6bf62381d0
commit
5d302c378d
|
@ -8,8 +8,7 @@ AM_CPPFLAGS = \
|
||||||
-DXFree86Server \
|
-DXFree86Server \
|
||||||
-I$(top_srcdir)/miext/rootless \
|
-I$(top_srcdir)/miext/rootless \
|
||||||
-I$(top_builddir)/pseudoramiX \
|
-I$(top_builddir)/pseudoramiX \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir)"
|
||||||
-DX11LIBDIR=\"$(libdir)\"
|
|
||||||
|
|
||||||
if GLX
|
if GLX
|
||||||
GL_DIR = GL
|
GL_DIR = GL
|
||||||
|
|
|
@ -58,8 +58,6 @@ srcs_libxquartz = [
|
||||||
|
|
||||||
libxquartz_defs = [
|
libxquartz_defs = [
|
||||||
'-DUSE_NEW_CLUT',
|
'-DUSE_NEW_CLUT',
|
||||||
'-DX11LIBDIR="@0@"'.format(join_paths(get_option('prefix'),
|
|
||||||
get_option('libdir'))),
|
|
||||||
'-DXFree86Server',
|
'-DXFree86Server',
|
||||||
'-DXQUARTZ',
|
'-DXQUARTZ',
|
||||||
'-DXSERVER_VERSION="@0@"'.format(meson.project_version()),
|
'-DXSERVER_VERSION="@0@"'.format(meson.project_version()),
|
||||||
|
|
Loading…
Reference in New Issue