mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 18:00:14 +01:00
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>
This commit is contained in:
parent
5115c2c721
commit
dd5d91fc95
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue