Skip to content

Commit

Permalink
configure: Explicitly add GL/GLU libs
Browse files Browse the repository at this point in the history
  • Loading branch information
hnsr committed Mar 4, 2018
1 parent 1639a59 commit aede198
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ AC_CHECK_LIB([ILU], [main], [], [AC_MSG_ERROR([libILU not found, make sure DevIL


CFLAGS="$CFLAGS $x11_CFLAGS $ftgl_CFLAGS $lua_CFLAGS $xrandr_CFLAGS"
LIBS="$LIBS $x11_LIBS $ftgl_LIBS $lua_LIBS $xrandr_LIBS"
dnl FIXME: do proper check for GL and GLU
LIBS="$LIBS -lGL -lGLU $x11_LIBS $ftgl_LIBS $lua_LIBS $xrandr_LIBS"



Expand Down

0 comments on commit aede198

Please sign in to comment.