config BR2_PACKAGE_SDL_MIXER
bool "SDL_mixer"
default n
+ depends on BR2_PACKAGE_SDL
help
-
SDL_mixer is a sample multi-channel audio mixer library.
It supports any number of simultaneously playing channels of
16 bit stereo audio, plus a single channel of music, mixed
cp -dpf $(STAGING_DIR)/usr/lib/libSDL_mixer*.so* $(TARGET_DIR)/usr/lib/
-$(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:
rm -f $(TARGET_DIR)/usr/lib/libSDL_mixer*.so*