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
					
				| 
						 | 
					@ -39,7 +39,6 @@ X11_bin_LDADD += \
 | 
				
			||||||
	$(top_builddir)/glx/libglx.la
 | 
						$(top_builddir)/glx/libglx.la
 | 
				
			||||||
 | 
					
 | 
				
			||||||
X11_bin_LDFLAGS += \
 | 
					X11_bin_LDFLAGS += \
 | 
				
			||||||
	-L/System/Library/Frameworks/OpenGL.framework/Libraries -lGL \
 | 
					 | 
				
			||||||
	-Wl,-framework,OpenGL
 | 
						-Wl,-framework,OpenGL
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue