Browse Source

libnl needs flex on host

Waldemar Brodkorb 13 years ago
parent
commit
ab53076358
1 changed files with 4 additions and 0 deletions
  1. 4 0
      scripts/scan-pkgs.sh

+ 4 - 0
scripts/scan-pkgs.sh

@@ -65,6 +65,10 @@ 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