mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
livdvdnav: symlink libdvdnav.pc to dvdnav.pc
This commit is contained in:
parent
263704a1c1
commit
e58346d0eb
@ -36,3 +36,7 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --with-pic"
|
||||
pre_configure_target() {
|
||||
export CFLAGS="$CFLAGS -D_XBMC -DHAVE_DVDCSS_DVDCSS_H"
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
ln -sf dvdnav.pc $SYSROOT_PREFIX/usr/lib/pkgconfig/libdvdnav.pc
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user