mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-15 11:25:36 +02:00
Zap SDL2_sound subdir
This commit is contained in:
parent
08744a61aa
commit
4eaf81cc4b
3 changed files with 2 additions and 5 deletions
|
@ -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
|
||||||
|
|
|
@ -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'
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue