mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #1431 from apnar/master
Small changes to allow cmyth MythTV PVR add-on to build
This commit is contained in:
commit
838a34d31c
@ -28,6 +28,7 @@ cd $PKG_BUILD
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr/share/xbmc \
|
||||
--disable-static \
|
||||
--enable-addons-with-dependencies \
|
||||
--enable-shared
|
||||
|
||||
make
|
||||
|
@ -25,8 +25,8 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/opdenkamp/xbmc-pvr-addons"
|
||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||
PKG_DEPENDS="curl"
|
||||
PKG_BUILD_DEPENDS="toolchain curl"
|
||||
PKG_DEPENDS="mysql curl"
|
||||
PKG_BUILD_DEPENDS="toolchain mysql curl"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="mediacenter"
|
||||
PKG_SHORTDESC="Various PVR addons for XBMC"
|
||||
|
Loading…
x
Reference in New Issue
Block a user