diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-29 00:39:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-29 00:39:34 +0100 |
commit | 0e378b64669a8a48ecd2352db4e8fc8f4c1e3d69 (patch) | |
tree | d800715abc9ca33ce6ec967684d25715b63816fd /scripts | |
parent | b5a10525d798d232636f8877057f9f162c430138 (diff) | |
parent | 00ba3e5ce046f7f8d140321e18985048dbfb54f6 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/scan-pkgs.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh index 894bb3a57..fcc64ac94 100644 --- a/scripts/scan-pkgs.sh +++ b/scripts/scan-pkgs.sh @@ -48,10 +48,6 @@ if [[ -n $ADK_COMPILE_HEIMDAL ]]; then NEED_BISON="$NEED_BISON heimdal-server" fi -if [[ -n $ADK_PACKAGE_ALSA_UTILS ]]; then - NEED_XMLTO="$NEED_XMLTO alsa-utils" -fi - if [[ -n $ADK_PACKAGE_XKEYBOARD_CONFIG ]]; then NEED_XKBCOMP="$NEED_XKBCOMP xkeyboard-config" fi @@ -173,13 +169,6 @@ if [[ -n $NEED_XKBCOMP ]]; then fi fi -if [[ -n $NEED_XMLTO ]]; then - if ! which xmlto >/dev/null 2>&1; then - echo >&2 You need xmlto to build $NEED_XMLTO - out=1 - fi -fi - if [[ -n $NEED_PKGCONFIG ]]; then if ! which pkg-config >/dev/null 2>&1; then echo >&2 You need pkg-config to build $NEED_PKGCONFIG |