From 5d302c378d9d21b34db2434425b766ac4f05de89 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Sequoia Date: Thu, 24 Nov 2022 11:04:08 -0800 Subject: [PATCH] xquartz: Remove unused macro (X11LIBDIR) Signed-off-by: Jeremy Huddleston Sequoia (cherry picked from commit 3dbd809c0e2d8da4191dd4a3fd4abdd14be0d838) --- hw/xquartz/Makefile.am | 3 +-- hw/xquartz/meson.build | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/hw/xquartz/Makefile.am b/hw/xquartz/Makefile.am index 222f3b1d4..9c9311917 100644 --- a/hw/xquartz/Makefile.am +++ b/hw/xquartz/Makefile.am @@ -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 diff --git a/hw/xquartz/meson.build b/hw/xquartz/meson.build index 05600fdd9..14f48e06e 100644 --- a/hw/xquartz/meson.build +++ b/hw/xquartz/meson.build @@ -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()),