mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #3222 from lsellens/master
libdvdcss is building even when disabled
This commit is contained in:
commit
1c86567bbd
@ -8,6 +8,10 @@ PKG_SHA256="2d9d6d185dd25a983d6dfc2a00207cafdc396a969c227d5edd84b6215b2fba89"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/xbmc/libdvdread"
|
||||
PKG_URL="https://github.com/xbmc/libdvdread/archive/$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain libdvdcss"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="libdvdread is a library which provides a simple foundation for reading DVDs."
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
if [ "$KODI_DVDCSS_SUPPORT" = yes ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libdvdcss"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user