diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-10 10:41:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-10 10:41:12 +0200 |
commit | 5f0638d8ceb08b8dcfae4857989468bd3ecbdeea (patch) | |
tree | d2402a602c7230529a07c681e4bcb46717e6096f /scripts | |
parent | ce9b4aa7829ac5405ad6f18af75c3d8d204828c2 (diff) | |
parent | 052c8c9fdcadd52f9eecc4de036b7afdf7f4942f (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/scan-pkgs.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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" |