diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-20 22:26:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-20 22:26:29 +0200 |
commit | cb96188c1ec67650c88d6f184aa4043ae5420edf (patch) | |
tree | 8e2b5735a47a50225424f1ede8016797eea2abeb /package/kodi/Makefile | |
parent | 9b97b1e198cc745d562996d11a2f6f5c88809ee8 (diff) |
add new PKG_NEEDS variable data, fix logitechmediaserver package
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 c3f3513b6..9e6ea5366 100644 --- a/package/kodi/Makefile +++ b/package/kodi/Makefile @@ -28,7 +28,7 @@ PKG_BUILDDEP+= libgpg-error libvorbis 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 xz bzip2 liblzo -PKG_NEEDS:= threads c++ iconv +PKG_NEEDS:= threads c++ iconv data PKG_URL:= http://kodi.tv/ PKG_SITES:= https://github.com/xbmc/xbmc/archive/ |