Small changes to allow cmyth PVR add-on to build

This commit is contained in:
Josh Lukens 2012-11-03 19:54:13 -04:00
parent 18e1e01b75
commit ad2a310605
2 changed files with 2 additions and 1 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,7 +25,7 @@ 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_DEPENDS="mysql curl"
PKG_BUILD_DEPENDS="toolchain curl"
PKG_PRIORITY="optional"
PKG_SECTION="mediacenter"