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 \
|
||||
-I$(top_srcdir)/miext/rootless \
|
||||
-I$(top_builddir)/pseudoramiX \
|
||||
-I$(top_builddir) \
|
||||
-DX11LIBDIR=\"$(libdir)\"
|
||||
-I$(top_builddir)"
|
||||
|
||||
if GLX
|
||||
GL_DIR = GL
|
||||
|
|
|
@ -58,8 +58,6 @@ srcs_libxquartz = [
|
|||
|
||||
libxquartz_defs = [
|
||||
'-DUSE_NEW_CLUT',
|
||||
'-DX11LIBDIR="@0@"'.format(join_paths(get_option('prefix'),
|
||||
get_option('libdir'))),
|
||||
'-DXFree86Server',
|
||||
'-DXQUARTZ',
|
||||
'-DXSERVER_VERSION="@0@"'.format(meson.project_version()),
|
||||
|
|
Loading…
Reference in New Issue