Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 282573 | Differences between
and this patch

Collapse All | Expand All

(-)libcaca-0.99.beta16.orig/configure.ac (-1 / +1 lines)
Lines 223-229 Link Here
223
      break])
223
      break])
224
  if test "${ac_cv_my_have_gl}" = "yes"; then
224
  if test "${ac_cv_my_have_gl}" = "yes"; then
225
    AC_DEFINE(USE_GL, 1, Define to 1 to activate the OpenGL backend driver)
225
    AC_DEFINE(USE_GL, 1, Define to 1 to activate the OpenGL backend driver)
226
    GL_LIBS="${GL_LIBS} -lGL -lglut"
226
    GL_LIBS="${GL_LIBS} -lGL -lGLU -lglut"
227
    CACA_DRIVERS="${CACA_DRIVERS} gl"
227
    CACA_DRIVERS="${CACA_DRIVERS} gl"
228
  elif test "${enable_gl}" = "yes"; then
228
  elif test "${enable_gl}" = "yes"; then
229
    AC_MSG_ERROR([cannot find OpenGL+FreeGLUT development files])
229
    AC_MSG_ERROR([cannot find OpenGL+FreeGLUT development files])

Return to bug 282573