diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-06-03 02:34:28 -0400 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-06-03 16:01:18 -0400 |
commit | dd5d91fc954450e99d53862900ef4fa6320ff382 (patch) | |
tree | 81ad45b59389ffe2e9f5f727ae34affbbdac5179 | |
parent | 5115c2c7216fc10acb8a26deb904ad15ef18ce8a (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.am | 1 |
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 |