summaryrefslogtreecommitdiff
path: root/scripts/scan-pkgs.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-12 08:10:15 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-12 08:10:15 +0100
commit42600701ca5f37210581fd3989796daceef58778 (patch)
treea6fd74fba148fd22e7163fbef35275a97adffbb8 /scripts/scan-pkgs.sh
parent7fc059b9bafcd79ca3b80cabf0dfe4f66fadbc74 (diff)
some more flex-host depends
Diffstat (limited to 'scripts/scan-pkgs.sh')
-rw-r--r--scripts/scan-pkgs.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index 60888cfc7..980a7f466 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -65,10 +65,6 @@ if [[ -n $ADK_PACKAGE_LIBX11 ]]; then
NEED_X11="$NEED_X11 libx11"
fi
-if [[ -n $ADK_PACKAGE_LIBNL ]]; then
- NEED_FLEX="$NEED_FLEX libnl"
-fi
-
if [[ -n $ADK_PACKAGE_GPSD ]]; then
NEED_PYTHON="$NEED_PYTHON gpsd"
fi