From dd5d91fc954450e99d53862900ef4fa6320ff382 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Fri, 3 Jun 2011 02:34:28 -0400 Subject: [PATCH] XQuartz: Remove explicit link against libGL This was indented to force a link against OpenGL.framework's libGL, but it actually resulted in linking against mesa's libGL due to the ordering of -L Signed-off-by: Jeremy Huddleston --- hw/xquartz/mach-startup/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xquartz/mach-startup/Makefile.am b/hw/xquartz/mach-startup/Makefile.am index 4b7b2bce3..8e49ea8ac 100644 --- a/hw/xquartz/mach-startup/Makefile.am +++ b/hw/xquartz/mach-startup/Makefile.am @@ -39,7 +39,6 @@ X11_bin_LDADD += \ $(top_builddir)/glx/libglx.la X11_bin_LDFLAGS += \ - -L/System/Library/Frameworks/OpenGL.framework/Libraries -lGL \ -Wl,-framework,OpenGL endif