diff options
Diffstat (limited to 'Mk/bsd.sdl.mk')
-rw-r--r-- | Mk/bsd.sdl.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Mk/bsd.sdl.mk b/Mk/bsd.sdl.mk index 85820db2c943..8ae8ce8b7c90 100644 --- a/Mk/bsd.sdl.mk +++ b/Mk/bsd.sdl.mk @@ -37,7 +37,7 @@ SDL_Include_MAINTAINER= edwin@FreeBSD.org # # These are the current supported SDL modules # -_USE_SDL_ALL= gfx gui image mixer mm net pango sdl sound ttf +_USE_SDL_ALL= console gfx gui image mixer mm net pango sdl sound ttf # # Variables used to determine what is needed: @@ -48,6 +48,11 @@ _USE_SDL_ALL= gfx gui image mixer mm net pango sdl sound ttf # _REQUIRES_xxx also needs these SDL libraries # +_VERSION_console= 0 +_SUBDIR_console= devel +_LIB_console= SDL_console-2.1 +_REQUIRES_console= sdl + _VERSION_gfx= 0 _SUBDIR_gfx= graphics _REQUIRES_gfx= sdl |