diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-12 20:42:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-12 20:42:52 +0100 |
commit | 3686578b60603f55b5bd2c774f0066ea219e627d (patch) | |
tree | ddbe4223a8ab3bcb995b3c1b8b1ace742345f03e /scripts | |
parent | 308fc79fcf997737d3bae757046bfd981c75489e (diff) | |
parent | 8fbf8c393ecabfa1dd29eb53ba32b9a642584562 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/scan-pkgs.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh index b08cafc95..a7b3cf492 100644 --- a/scripts/scan-pkgs.sh +++ b/scripts/scan-pkgs.sh @@ -85,11 +85,6 @@ if [[ -n $ADK_PACKAGE_XKEYBOARD_CONFIG ]]; then NEED_INTL="$NEED_INTL xkeyboard-config" fi -if [[ -n $ADK_PACKAGE_GLIB ]]; then - NEED_GLIBZWO="$NEED_GLIBZWO glib" - NEED_GETTEXT="$NEED_GETTEXT glib" -fi - if [[ -n $ADK_PACKAGE_LIBPCAP ]]; then NEED_FLEX="$NEED_FLEX libpcap" NEED_BISON="$NEED_BISON libpcap" @@ -269,13 +264,6 @@ if [[ -n $NEED_XKBCOMP ]]; then fi fi -if [[ -n $NEED_GLIBZWO ]]; then - if ! which glib-genmarshal >/dev/null 2>&1; then - echo >&2 You need libglib2.0-dev to build $NEED_GLIBZWO - out=1 - fi -fi - if [[ -n $NEED_RPM ]]; then if ! which rpmbuild >/dev/null 2>&1; then echo >&2 You need rpmbuild to to use $NEED_RPM package backend |