sdl_mixer: drop custom target install
Fixes http://autobuild.buildroot.net/results/6ba/6ba399db1715a7759048e0d532768a335c3c97cc/ The default rule (make install) works fine, even for static build - so use that instead of explicitly copying *so files. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
300ff549fb
commit
57d284fc2e
@ -34,8 +34,4 @@ else
|
|||||||
SDL_MIXER_CONF_OPT += --disable-music-ogg
|
SDL_MIXER_CONF_OPT += --disable-music-ogg
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define SDL_MIXER_INSTALL_TARGET_CMDS
|
|
||||||
cp -dpf $(STAGING_DIR)/usr/lib/libSDL_mixer*.so* $(TARGET_DIR)/usr/lib/
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
Reference in New Issue
Block a user