[GB.SDL]
* BUG: Removed linking against libGL, as libSDL is already linked with it. This fixed gbi segfault on my box. git-svn-id: svn://localhost/gambas/trunk@1448 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
abbcd6c930
commit
71d887bd05
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ GB_COMPONENT(
|
|||
[src],
|
||||
[GB_FIND(SDL_opengl.h SDL.h SDL_image.h, `sdl-config --prefix`, include/SDL)],
|
||||
[GB_FIND(libSDL_image.$SHLIBEXT , /usr /usr/X11R6 /usr/local `sdl-config --prefix`, lib)],
|
||||
[$SDL_LIBS $X_LIBS -lSDL_image -lGL -lGLU],
|
||||
[$SDL_LIBS $X_LIBS -lSDL_image -lGLU],
|
||||
[$SDL_CFLAGS])
|
||||
|
||||
AC_OUTPUT( \
|
||||
|
|
Loading…
Reference in a new issue