mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
sdl_mixer: fix sdl dependency
This commit is contained in:
parent
a48b130c51
commit
c40de9fe70
@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_SDL_MIXER
|
config BR2_PACKAGE_SDL_MIXER
|
||||||
bool "SDL_mixer"
|
bool "SDL_mixer"
|
||||||
default n
|
default n
|
||||||
|
depends on BR2_PACKAGE_SDL
|
||||||
help
|
help
|
||||||
|
|
||||||
SDL_mixer is a sample multi-channel audio mixer library.
|
SDL_mixer is a sample multi-channel audio mixer library.
|
||||||
It supports any number of simultaneously playing channels of
|
It supports any number of simultaneously playing channels of
|
||||||
16 bit stereo audio, plus a single channel of music, mixed
|
16 bit stereo audio, plus a single channel of music, mixed
|
||||||
|
@ -48,7 +48,7 @@ $(TARGET_DIR)/usr/lib/libSDL_mixer.so: $(STAGING_DIR)/usr/lib/libSDL_mixer.so
|
|||||||
cp -dpf $(STAGING_DIR)/usr/lib/libSDL_mixer*.so* $(TARGET_DIR)/usr/lib/
|
cp -dpf $(STAGING_DIR)/usr/lib/libSDL_mixer*.so* $(TARGET_DIR)/usr/lib/
|
||||||
-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libSDL_mixer*.so*
|
-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libSDL_mixer*.so*
|
||||||
|
|
||||||
sdl_mixer: uclibc $(TARGET_DIR)/usr/lib/libSDL_mixer.so
|
sdl_mixer: sdl uclibc $(TARGET_DIR)/usr/lib/libSDL_mixer.so
|
||||||
|
|
||||||
sdl_mixer-clean:
|
sdl_mixer-clean:
|
||||||
rm -f $(TARGET_DIR)/usr/lib/libSDL_mixer*.so*
|
rm -f $(TARGET_DIR)/usr/lib/libSDL_mixer*.so*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user