mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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 \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr/share/xbmc \
|
--prefix=/usr/share/xbmc \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
--enable-addons-with-dependencies \
|
||||||
--enable-shared
|
--enable-shared
|
||||||
|
|
||||||
make
|
make
|
||||||
|
@ -25,8 +25,8 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://github.com/opdenkamp/xbmc-pvr-addons"
|
PKG_SITE="https://github.com/opdenkamp/xbmc-pvr-addons"
|
||||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS="curl"
|
PKG_DEPENDS="mysql curl"
|
||||||
PKG_BUILD_DEPENDS="toolchain curl"
|
PKG_BUILD_DEPENDS="toolchain mysql curl"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="mediacenter"
|
PKG_SECTION="mediacenter"
|
||||||
PKG_SHORTDESC="Various PVR addons for XBMC"
|
PKG_SHORTDESC="Various PVR addons for XBMC"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user