diff options
author | Maxime Hadjinlian <maxime.hadjinlian@gmail.com> | 2014-04-02 00:24:39 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-04-03 20:16:24 +0200 |
commit | a8b1bfa3574a6b17a1f96293a5b74d4f586a80ed (patch) | |
tree | 870f3f7852a9f04d9140f96e5a114ea44a75ef38 /package/xbmc | |
parent | ac369eec95dafbe2069d27e0a8bb6dbdd5f1f5af (diff) | |
download | buildroot-a8b1bfa3574a6b17a1f96293a5b74d4f586a80ed.tar.gz buildroot-a8b1bfa3574a6b17a1f96293a5b74d4f586a80ed.zip |
xbmc: Add missing host-infozip dependency
XBMC needs the zip command for the host to build.
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Reported-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/xbmc')
-rw-r--r-- | package/xbmc/xbmc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xbmc/xbmc.mk b/package/xbmc/xbmc.mk index 9e346bdc4e..59255a4a4a 100644 --- a/package/xbmc/xbmc.mk +++ b/package/xbmc/xbmc.mk @@ -12,7 +12,7 @@ XBMC_LICENSE_FILES = LICENSE.GPL # called TexturePacker. It is responsible to take all the images used in the # GUI and pack them in a blob. # http://wiki.xbmc.org/index.php?title=TexturePacker -XBMC_DEPENDENCIES = host-gperf host-lzo host-sdl_image host-swig +XBMC_DEPENDENCIES = host-gperf host-infozip host-lzo host-sdl_image host-swig XBMC_DEPENDENCIES += boost bzip2 expat flac fontconfig freetype jasper jpeg \ libass libcdio libcurl libegl libfribidi libgcrypt libgles libmad libmodplug libmpeg2 \ libogg libplist libpng libsamplerate libungif libvorbis libxml2 lzo ncurses \ |