Merge pull request #1431 from apnar/master

Small changes to allow cmyth MythTV PVR add-on to build
This commit is contained in:
Stephan Raue 2012-11-04 16:05:24 -08:00
commit 838a34d31c
2 changed files with 3 additions and 2 deletions

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr/share/xbmc \
--disable-static \
--enable-addons-with-dependencies \
--enable-shared
make

View File

@ -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"