SHA256
1
0
forked from pool/Mesa
Mesa/egl-buildfix.diff
Stefan Dirsch c26bc606f9 - Mesa 7.8.2
* 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
2010-06-25 09:39:54 +00:00

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