From 859309a404f1c10f77832b47de7b329bd6664395 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 19 Jun 2014 20:31:30 +0200 Subject: cleanup --- scripts/scan-pkgs.sh | 15 --------------- 1 file changed, 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 -- cgit v1.2.3