mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r6491) Remove the SDL_CONFIG=sdl11-config special case for FreeBSD, it's not needed any longer
This commit is contained in:
parent
5ceebef09d
commit
2dd1e5dd55
@ -61,12 +61,7 @@ endif
|
||||
# END BYPASS_OS_DETECT
|
||||
endif
|
||||
|
||||
# FreeBSD uses sdl11 instead of sdl
|
||||
ifdef FREEBSD
|
||||
SDL_CONFIG:=sdl11-config
|
||||
else
|
||||
SDL_CONFIG:=sdl-config
|
||||
endif
|
||||
|
||||
# set libpng-config to the default value
|
||||
LIBPNG_CONFIG :=libpng-config
|
||||
|
Loading…
Reference in New Issue
Block a user