From a8b1bfa3574a6b17a1f96293a5b74d4f586a80ed Mon Sep 17 00:00:00 2001 From: Maxime Hadjinlian Date: Wed, 2 Apr 2014 00:24:39 +0200 Subject: [PATCH] xbmc: Add missing host-infozip dependency XBMC needs the zip command for the host to build. Signed-off-by: Maxime Hadjinlian Reported-by: "Yann E. MORIN" Reviewed-by: "Yann E. MORIN" Acked-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- package/xbmc/xbmc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.30.2