diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-19 20:31:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-19 20:31:30 +0200 |
commit | 859309a404f1c10f77832b47de7b329bd6664395 (patch) | |
tree | 23d135cc8b5f4c290fc7e45752a989bc8046a39f | |
parent | f1650f60a8d00c5956a8c2e01c0ba7af3fd8679b (diff) |
cleanup
-rw-r--r-- | scripts/scan-pkgs.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh index 8af04795b..6ec73e520 100644 --- a/scripts/scan-pkgs.sh +++ b/scripts/scan-pkgs.sh @@ -31,14 +31,6 @@ if [[ -n $ADK_PACKAGE_XKEYBOARD_CONFIG ]]; then NEED_XKBCOMP="$NEED_XKBCOMP xkeyboard-config" fi -if [[ -n $ADK_COMPILE_COROSYNC ]]; then - NEED_GROFF="$NEED_GROFF corosync" -fi - -if [[ -n $ADK_PACKAGE_LIBXFONT ]]; then - NEED_XMLTO="$NEED_XMLTO libXfont" -fi - if [[ -n $ADK_PACKAGE_FONT_BITSTREAM_100DPI ]]; then NEED_MKFONTDIR="$NEED_MKFONTDIR font-bitstream-100dpi" fi @@ -55,13 +47,6 @@ if [[ -n $ADK_PACKAGE_FONT_ADOBE_75DPI ]]; then NEED_MKFONTDIR="$NEED_MKFONTDIR font-adobe-75dpi" fi -if [[ -n $NEED_GROFF ]]; then - if ! which groff >/dev/null 2>&1; then - echo >&2 You need groff to build $NEED_GROFF - out=1 - fi -fi - if [[ -n $NEED_MKFONTDIR ]]; then if ! which mkfontdir >/dev/null 2>&1; then echo >&2 You need mkfontdir to build $NEED_MKFONTDIR |