Mesa (master): egl: Add EGL flags to sources

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Tue Jun 22 20:22:35 UTC 2010


Module: Mesa
Branch: master
Commit: aafa92a54581da13131da5f8aa2984d9a8252298
URL:    http://cgit.freedesktop.org/mesa/demos/commit/?id=aafa92a54581da13131da5f8aa2984d9a8252298

Author: Jakob Bornecrantz <wallbraker at gmail.com>
Date:   Tue Jun 22 21:58:24 2010 +0200

egl: Add EGL flags to sources

---

 src/egl/eglut/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/egl/eglut/Makefile.am b/src/egl/eglut/Makefile.am
index f9bfb3e..f0ab283 100644
--- a/src/egl/eglut/Makefile.am
+++ b/src/egl/eglut/Makefile.am
@@ -42,5 +42,5 @@ libeglut_x11_la_SOURCES = \
 	eglut.c \
 	eglutint.h \
 	eglut_x11.c
-libeglut_x11_la_CFLAGS = $(X11_CFLAGS)
-libeglut_x11_la_LIBADD = $(X11_LIBS)
+libeglut_x11_la_CFLAGS = $(X11_CFLAGS) $(EGL_CFLAGS)
+libeglut_x11_la_LIBADD = $(X11_LIBS) $(EGL_LIBS)




More information about the mesa-commit mailing list