diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-25 09:46:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-25 09:46:48 +0100 |
commit | 3f515ba65b63ac33e2bb586e6ed5af214b2f4538 (patch) | |
tree | 8641bffa1155ad5710c0d2fdbe542613fdba2830 /package/kodi/Makefile | |
parent | b07c72dd83ebe90365993ac41097a4c096bc1173 (diff) |
kodi: needs liblzma/libbz2, we can not hide it with PKG_BB
Diffstat (limited to 'package/kodi/Makefile')
-rw-r--r-- | package/kodi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kodi/Makefile b/package/kodi/Makefile index d94350e59..6ab088e59 100644 --- a/package/kodi/Makefile +++ b/package/kodi/Makefile @@ -27,7 +27,7 @@ PKG_BUILDDEP+= eudev alsa-lib glib glu libmodplug libgtk2 PKG_BUILDDEP+= libgpg-error dbus libxslt libvorbis libbluray PKG_BUILDDEP+= swig-host liblzo-host libpng-host libjpeg-turbo-host PKG_BUILDDEP+= zip-host unzip-host giflib-host libsquish libdcadec -PKG_BUILDDEP+= libcrossguid libressl libxshmfence xz +PKG_BUILDDEP+= libcrossguid libressl libxshmfence xz bzip2 PKG_NEEDS:= threads c++ PKG_URL:= http://kodi.tv/ PKG_SITES:= https://github.com/xbmc/xbmc/archive/ |