summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-06-03 02:34:28 -0400
committerJeremy Huddleston <jeremyhu@apple.com>2011-06-03 16:01:18 -0400
commitdd5d91fc954450e99d53862900ef4fa6320ff382 (patch)
tree81ad45b59389ffe2e9f5f727ae34affbbdac5179
parent5115c2c7216fc10acb8a26deb904ad15ef18ce8a (diff)
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 <jeremyhu@apple.com>
-rw-r--r--hw/xquartz/mach-startup/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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