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
|