summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@gmail.com>2005-06-15 02:46:43 +0000
committerJon Smirl <jonsmirl@gmail.com>2005-06-15 02:46:43 +0000
commitac7fa260d3a6c6e52202fd8f5eddd691374d5fb2 (patch)
treefd9301ece0017b8d010c0b23b83ab54f0c2b1a21
parent208acbf034590b56ef0b658aeb6a152a151c3d8a (diff)
Specific use of libEGL in the right place in the build system
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 132108d..7a9365b 100644
--- a/configure.in
+++ b/configure.in
@@ -203,7 +203,7 @@ AC_ARG_ENABLE(egl,
AC_HELP_STRING([--enable-egl], [Enable glitz's EGL backend]),
[use_egl=$enableval], [use_egl=no])
-EGL_LIBS="-lGL"
+EGL_LIBS="-lGL -lEGL"
EGL_CFLAGS="$EGL_CFLAGS"
if test "x$use_egl" = "xyes"; then