Skip to content

Commit

Permalink
really fix libcaca
Browse files Browse the repository at this point in the history
libcaca directly uses GL and GLU symbols. Mark them explicitly.

Fix #511 again.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
  • Loading branch information
TimothyGu committed Sep 25, 2014
1 parent 23ed531 commit aa5b86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcaca-1-fixes.patch
Expand Up @@ -149,7 +149,7 @@ index 641dd17..3ce7057 100644
+ dnl Also checking for glutCloseFunc(), but that is not mandatory.
+
+ AC_CHECK_HEADERS([OpenGL/gl.h GL/gl.h], [
+ PKG_CHECK_MODULES([GL], [glut], [
+ PKG_CHECK_MODULES([GL], [glut glu gl], [
+ CFLAGS="${CFLAGS} ${GL_CFLAGS}"
+ LIBS="${LIBS} ${GL_LIBS}"
+ AC_MSG_CHECKING([for glutCloseFunc()])
Expand Down

0 comments on commit aa5b86b

Please sign in to comment.