summaryrefslogtreecommitdiff
path: root/package/xbmc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-09 17:21:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-09 17:21:31 +0200
commitaf7ff722d227eb374dc035f7bf890ee4db8cdf11 (patch)
tree6e16ac2783c9f4de30516603a5ff8453c8c221cf /package/xbmc/Makefile
parent72e736015f94d62211643ad1bedeeeacc77497db (diff)
fix usb keyboard support, startup xbmc without read-write root, add bluray support
Diffstat (limited to 'package/xbmc/Makefile')
-rw-r--r--package/xbmc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/xbmc/Makefile b/package/xbmc/Makefile
index 3712c7336..1eb77d9c1 100644
--- a/package/xbmc/Makefile
+++ b/package/xbmc/Makefile
@@ -16,12 +16,13 @@ PKG_DEPENDS+= libflac libopenssl libbz2 libtiff liblzo
PKG_DEPENDS+= yajl tinyxml libsqlite libpcrecpp libpng
PKG_DEPENDS+= libpcre libcdio libfreetype libsamplerate
PKG_DEPENDS+= taglib libjasper libmp3lame libmicrohttpd
+PKG_DEPENDS+= omxplayer libusb-compat libbluray
PKG_BUILDDEP:= boost ffmpeg python2 MesaLib libglew libass
PKG_BUILDDEP+= libmpeg2 libmad jpeg libogg libvorbis libmodplug
PKG_BUILDDEP+= curl flac openssl bzip2 libtiff liblzo yajl
PKG_BUILDDEP+= tinyxml sqlite pcre libpng libcdio freetype
PKG_BUILDDEP+= libsamplerate taglib libjasper lame libmicrohttpd
-PKG_BUILDDEP+= bcm2835-vc libgpg-error dbus
+PKG_BUILDDEP+= bcm2835-vc libgpg-error dbus libusb-compat libbluray
PKG_URL:= http://xbmc.org/
PKG_SITES:= http://mirrors.xbmc.org/releases/source/
@@ -45,6 +46,8 @@ CONFIGURE_ARGS+= --disable-optical-drive \
--disable-ssh \
--disable-samba \
--disable-mysql \
+ --enable-libusb \
+ --enable-libbluray \
--enable-external-libraries \
--enable-player=omxplayer \
--enable-gles \