Skip to content
Snippets Groups Projects
Commit b78f19f8 authored by Nicky's avatar Nicky
Browse files

Linux: SDL has a dependency on X11 -> Link against it.

parent 254fbd69
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ else (USESYSTEMLIBS) ...@@ -18,7 +18,7 @@ else (USESYSTEMLIBS)
use_prebuilt_binary(SDL) use_prebuilt_binary(SDL)
set (SDL_FOUND TRUE) set (SDL_FOUND TRUE)
set (SDL_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/i686-linux) set (SDL_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/i686-linux)
set (SDL_LIBRARY SDL directfb fusion direct) set (SDL_LIBRARY SDL directfb fusion direct X11)
endif (LINUX) endif (LINUX)
endif (USESYSTEMLIBS) endif (USESYSTEMLIBS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment