From 763a7d577807bd623434caf64de151635e3537cb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 10 Oct 2013 10:24:25 +0200 Subject: fix orbit2 compile, disable tests, diable binutils for avr32 --- scripts/scan-pkgs.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/scan-pkgs.sh') diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh index dbce88a86..f5322f16b 100644 --- a/scripts/scan-pkgs.sh +++ b/scripts/scan-pkgs.sh @@ -77,6 +77,10 @@ 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" -- cgit v1.2.3