summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-05-20 19:00:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-05-20 19:00:09 +0200
commit10668d53167c49eefbbac043db5f1c183ac8f21c (patch)
treee4d8e1c109c1059603c4100802be0693fb180aec /scripts
parent8fa64bb300a5063f6f37f9dddfb95588ff3c3cf6 (diff)
parent896b6bb853f900eaebd56447df16958bf15916db (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rw-r--r--scripts/scan-pkgs.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index 854712190..c3724740f 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -38,14 +38,15 @@ if [[ -n $ADK_PACKAGE_FIREFOX ]]; then
NEED_LIBIDL="$NEED_LIBIDL firefox"
fi
-if [[ -n $ADK_PACKAGE_LIBUSB ]]; then
- NEED_BISON="$NEED_BISON libusb"
-fi
-
if [[ -n $ADK_COMPILE_HEIMDAL ]]; then
NEED_BISON="$NEED_BISON heimdal-server"
fi
+if [[ -n $ADK_COMPILE_PCMCIAUTILS ]]; then
+ NEED_BISON="$NEED_BISON pcmciautils"
+ NEED_FLEX="$NEED_FLEX pcmciautils"
+fi
+
if [[ -n $ADK_PACKAGE_XKEYBOARD_CONFIG ]]; then
NEED_XKBCOMP="$NEED_XKBCOMP xkeyboard-config"
fi