Commit 57d284fc authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 300ff549
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -34,8 +34,4 @@ else
SDL_MIXER_CONF_OPT += --disable-music-ogg
endif

define SDL_MIXER_INSTALL_TARGET_CMDS
	cp -dpf $(STAGING_DIR)/usr/lib/libSDL_mixer*.so* $(TARGET_DIR)/usr/lib/
endef

$(eval $(autotools-package))