Browse Source

fix package depends

Waldemar Brodkorb 15 years ago
parent
commit
34cb560112
1 changed files with 5 additions and 1 deletions
  1. 5 1
      scripts/scan-pkgs.sh

+ 5 - 1
scripts/scan-pkgs.sh

@@ -86,10 +86,14 @@ if [[ -n $ADK_PACKAGE_EGLIBC ]]; then
 	NEED_GPERF="$NEED_GPERF eglibc"
 fi
 
-if [[ -n $ADK_PACKAGE_FONT-BITSTREAM-100DPI ]]; then
+if [[ -n $ADK_PACKAGE_FONT_BITSTREAM_100DPI ]]; then
 	NEED_MKFONTDIR="$NEED_MKFONTDIR font-bitstream-100dpi"
 fi
 
+if [[ -n $ADK_PACKAGE_FONT_BITSTREAM_75DPI ]]; then
+	NEED_MKFONTDIR="$NEED_MKFONTDIR font-bitstream-75dpi"
+fi
+
 if [[ -n $NEED_GETTEXT ]]; then
 	if ! which xgettext >/dev/null 2>&1; then
 		echo >&2 You need gettext to build $NEED_GETTEXT