summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-13 19:00:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-13 19:00:26 +0100
commit3df91a14bd77540fb4a50b1b90b38e26718b17b2 (patch)
treec5a0b9743811a497ec1de26214661b4307ab1b55 /scripts
parent81d2aa39b6bfb7a3a70ce04f2213d73ce43a0dea (diff)
add yasm-host, remove yasm checks
Diffstat (limited to 'scripts')
-rw-r--r--scripts/scan-pkgs.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index 2784f6c1c..874ee63a7 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -65,16 +65,11 @@ if [[ -n $ADK_PACKAGE_LIBX11 ]]; then
NEED_X11="$NEED_X11 libx11"
fi
-if [[ -n $ADK_PACKAGE_LIBVPX ]]; then
- NEED_YASM="$NEED_YASM libvpx"
-fi
-
if [[ -n $ADK_COMPILE_ORBIT2 ]]; then
NEED_LIBIDL="$NEED_LIBIDL orbit2"
fi
if [[ -n $ADK_PACKAGE_FIREFOX ]]; then
- NEED_YASM="$NEED_YASM firefox"
NEED_LIBIDL="$NEED_LIBIDL firefox"
NEED_ZIP="$NEED_ZIP firefox"
fi
@@ -365,15 +360,6 @@ if [[ -n $NEED_RPM ]]; then
fi
fi
-if [[ -n $ADK_LINUX_X86 ]]; then
- if [[ -n $NEED_YASM ]]; then
- if ! which yasm >/dev/null 2>&1; then
- echo >&2 You need yasm to build $NEED_YASM
- out=1
- fi
- fi
-fi
-
if [[ -n $NEED_XSLTPROC ]]; then
if ! which xsltproc >/dev/null 2>&1; then
echo >&2 You need xsltproc to build $NEED_XSLTPROC