7f12d1b2ca
Copy from X11:XOrg/Mesa based on submit request 35605 from user sndirsch OBS-URL: https://build.opensuse.org/request/show/35605 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=83
11 lines
209 B
Diff
11 lines
209 B
Diff
--- src/egl/drivers/glx/Makefile
|
|
+++ src/egl/drivers/glx/Makefile
|
|
@@ -11,6 +11,6 @@
|
|
-I$(TOP)/src/egl/main
|
|
|
|
EGL_CFLAGS =
|
|
-EGL_LIBS = -lX11 -lGL
|
|
+EGL_LIBS = -lX11 -l$(GL_LIB)
|
|
|
|
include ../Makefile.template
|