mpg123: install to staging
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 18 Jan 2011 16:54:31 +0000 (13:54 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 19 Jan 2011 22:49:20 +0000 (23:49 +0100)
mpg123 also provides a shared library (libmpg123.so), so install into
staging so other programs can find it.

[Peter: reworded commit message]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/mpg123/mpg123.mk

index ddd891f623c18e6971569fcffb7a00dda9d8c2f3..f6eaddb24adbd7b3c3f7fa95996d76b2a750d3a2 100644 (file)
@@ -8,6 +8,7 @@ MPG123_VERSION = 1.13.1
 MPG123_SOURCE = mpg123-$(MPG123_VERSION).tar.bz2
 MPG123_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/mpg123
 MPG123_CONF_OPT = --with-optimization=0 --disable-lfs-alias
+MPG123_INSTALL_STAGING = YES
 MPG123_CPU = $(if $(BR2_SOFT_FLOAT),generic_nofpu,generic_fpu)
 
 ifeq ($(BR2_arm),y)