7e21e098db
Make libmad install mad.pc into staging and target. Needed for mpd. [Peter: remove -lm from mad.pc] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
207 B
PkgConfig
12 lines
207 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: mad
|
|
Description: MPEG Audio Decoder
|
|
Requires:
|
|
Version: 0.15.1b
|
|
Libs: -L${libdir} -lmad
|
|
Cflags: -I${includedir}
|