Zap SDL2_sound subdir

This commit is contained in:
Roza 2021-01-11 03:11:17 -05:00
parent 08744a61aa
commit 4eaf81cc4b
3 changed files with 2 additions and 5 deletions

View file

@ -196,7 +196,7 @@ $(DOWNLOADS)/sdl2_image/configure: $(DOWNLOADS)/sdl2_image/autogen.sh
$(DOWNLOADS)/sdl2_image/autogen.sh: $(DOWNLOADS)/sdl2_image/autogen.sh:
$(CLONE) $(GITLAB)/mkxp-z/SDL_image $(DOWNLOADS)/sdl2_image -b mkxp-z $(CLONE) $(GITLAB)/mkxp-z/SDL_image $(DOWNLOADS)/sdl2_image -b mkxp-z
# SDL2_sound # SDL_sound
sdlsound: init_dirs sdl2 libogg libvorbis $(LIBDIR)/libSDL_sound.a sdlsound: init_dirs sdl2 libogg libvorbis $(LIBDIR)/libSDL_sound.a
$(LIBDIR)/libSDL_sound.a: $(DOWNLOADS)/sdl_sound/Makefile $(LIBDIR)/libSDL_sound.a: $(DOWNLOADS)/sdl_sound/Makefile

View file

@ -62,9 +62,6 @@ endif
# BOOST UNORDERED # BOOST UNORDERED
global_include_dirs += include_directories('boost-unordered') global_include_dirs += include_directories('boost-unordered')
# SDL2_SOUND
subdir('SDL2_sound')
# GLES # GLES
gfx_backend = get_option('gfx_backend') gfx_backend = get_option('gfx_backend')
if gfx_backend == 'gles' if gfx_backend == 'gles'

View file

@ -183,7 +183,7 @@ $(DOWNLOADS)/sdl2_image/configure: $(DOWNLOADS)/sdl2_image/autogen.sh
$(DOWNLOADS)/sdl2_image/autogen.sh: $(DOWNLOADS)/sdl2_image/autogen.sh:
$(CLONE) $(GITLAB)/mkxp-z/SDL_image $(DOWNLOADS)/sdl2_image -b mkxp-z $(CLONE) $(GITLAB)/mkxp-z/SDL_image $(DOWNLOADS)/sdl2_image -b mkxp-z
# SDL2_sound # SDL_sound
sdlsound: init_dirs sdl2 libogg libvorbis $(LIBDIR)/libSDL_sound.a sdlsound: init_dirs sdl2 libogg libvorbis $(LIBDIR)/libSDL_sound.a
$(LIBDIR)/libSDL_sound.a: $(DOWNLOADS)/sdl_sound/Makefile $(LIBDIR)/libSDL_sound.a: $(DOWNLOADS)/sdl_sound/Makefile