summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2014-06-07 14:31:03 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-06-08 14:58:37 +0200
commita1116a3250fdfbd55295ad0f820f6d0c59baccde (patch)
treefdf0e0da8aff502ce071e0629c7e60c482c43bed
parente0bb1a68d49ce816da4816e3160ffe75cb520412 (diff)
downloadbuildroot-a1116a3250fdfbd55295ad0f820f6d0c59baccde.tar.gz
buildroot-a1116a3250fdfbd55295ad0f820f6d0c59baccde.zip
xbmc: add host-nasm dependency
Fixes: checking for nasm... no configure: error: Could not find a required program. Please see the README for your platform. This will be needed for 13.0 Gotham. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/xbmc/xbmc.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/xbmc/xbmc.mk b/package/xbmc/xbmc.mk
index d8b9508bef..35228026fc 100644
--- a/package/xbmc/xbmc.mk
+++ b/package/xbmc/xbmc.mk
@@ -18,6 +18,9 @@ XBMC_DEPENDENCIES += boost bzip2 expat flac fontconfig freetype jasper jpeg \
libogg libplist libpng libsamplerate libungif libvorbis libxml2 lzo ncurses \
openssl pcre python readline sqlite taglib tiff tinyxml yajl zlib
+# xbmc@i386 depends on nasm
+XBMC_DEPENDENCIES += $(if $(BR2_i386),host-nasm)
+
XBMC_CONF_ENV = \
PYTHON_VERSION="$(PYTHON_VERSION_MAJOR)" \
PYTHON_LDFLAGS="-lpython$(PYTHON_VERSION_MAJOR) -lpthread -ldl -lutil -lm" \
OpenPOWER on IntegriCloud