mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libmad: use /usr as prefix in mad.pc
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
fe4b490c8d
commit
5b9ab49422
@ -17,7 +17,7 @@ $MAKEINSTALL
|
||||
|
||||
mkdir -p $SYSROOT_PREFIX/usr/lib/pkgconfig
|
||||
cat > $SYSROOT_PREFIX/usr/lib/pkgconfig/mad.pc << "EOF"
|
||||
prefix=$SYSROOT_PREFIX
|
||||
prefix=/usr
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
Loading…
x
Reference in New Issue
Block a user