diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-30 22:03:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-30 22:03:39 +0100 |
commit | 74b82b8b841c83dd370d2109cb7d2ce2e2f8e00b (patch) | |
tree | 1ef7707dccf83d5ad4f84ece5514eef87bf9054a /scripts | |
parent | 5df306b0c9d713021edd9d81ff8f37b5d7f01db5 (diff) |
fix eglibc dev package and group alix/wrap devices
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/scan-pkgs.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh index 3e8478244..b96a92e8f 100644 --- a/scripts/scan-pkgs.sh +++ b/scripts/scan-pkgs.sh @@ -94,6 +94,14 @@ if [[ -n $ADK_PACKAGE_FONT_BITSTREAM_75DPI ]]; then NEED_MKFONTDIR="$NEED_MKFONTDIR font-bitstream-75dpi" fi +if [[ -n $ADK_PACKAGE_FONT_ADOBE_100DPI ]]; then + NEED_MKFONTDIR="$NEED_MKFONTDIR font-adobe-100dpi" +fi + +if [[ -n $ADK_PACKAGE_FONT_ADOBE_75DPI ]]; then + NEED_MKFONTDIR="$NEED_MKFONTDIR font-adobe-75dpi" +fi + if [[ -n $NEED_GETTEXT ]]; then if ! which xgettext >/dev/null 2>&1; then echo >&2 You need gettext to build $NEED_GETTEXT |