From: Ryan Coe Date: Sat, 29 Mar 2014 15:38:49 +0000 (-0700) Subject: xbmc: needs host-gawk X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f90760fe0ed7317510bc6f44c5508e2072ed217d;p=buildroot.git xbmc: needs host-gawk Signed-off-by: Ryan Coe Acked-by: Bernd Kuhls Acked-by: Maxime Hadjinlian Signed-off-by: Thomas Petazzoni --- diff --git a/package/xbmc/xbmc.mk b/package/xbmc/xbmc.mk index 59255a4a4a..69bb1ef325 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-infozip host-lzo host-sdl_image host-swig +XBMC_DEPENDENCIES = host-gawk 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 \