Browse Source

Fix enable-plugins compil option for sdl driver

pull/4/head
Alex Foulon alxf 9 years ago
parent
commit
3d70128770
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      configure.ac

+ 3
- 0
configure.ac View File

@@ -371,6 +371,9 @@ if test "${enable_plugins}" = "yes"; then
ac_cv_my_have_plugins="yes"
AC_DEFINE(USE_PLUGINS, 1, Define to 1 to activate plugins)
CACA_LIBS="${CACA_LIBS} -ldl"
if test "${enable_sdl}" = "yes"; then
CACA_LIBS="${CACA_LIBS} ${SDL_LIBS}"
fi
else
CACA_CFLAGS="${CACA_CFLAGS} ${X11_CFLAGS} ${GL_CFLAGS} ${FTGL_CFLAGS} ${SDL_CFLAGS}"
CACA_LIBS="${CACA_LIBS} ${X11_LIBS} ${GL_LIBS} ${FTGL_LIBS} ${SDL_LIBS}"


Loading…
Cancel
Save