Stefan Dirsch
c26bc606f9
* Various i965 and i915 driver fixes. - adjusted Mesa_indirect_old_xserver_compatibility.diff, egl-buildfix.diff OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=113
11 lines
235 B
Diff
11 lines
235 B
Diff
--- src/egl/drivers/glx/Makefile
|
|
+++ src/egl/drivers/glx/Makefile
|
|
@@ -11,6 +11,6 @@
|
|
-I$(TOP)/src/egl/main
|
|
|
|
EGL_CFLAGS = $(X11_CFLAGS)
|
|
-EGL_LIBS = $(X11_LIBS) -lGL
|
|
+EGL_LIBS = $(X11_LIBS) -l$(GL_LIB)
|
|
|
|
include ../Makefile.template
|