Changeset d72ee69 for BLFS


Ignore:
Timestamp:
07/24/2007 11:13:22 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
76d58bc
Parents:
e45c588
Message:

BLFS: Fixed several new circular dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/libs/func_dependencies

    re45c588 rd72ee69  
    187187      hal-requirements | hal-runtime-dependencies ) continue ;;
    188188      perl-* | tk-perl )         DEP=perl-modules ;;
     189      dbus-* )                   DEP=dbus-bindings ;;
    189190
    190191        # Orphan links (proper link must be created when generating the book)
     
    223224        # Optional dependencies are runtime only
    224225        [[ "$PKG" = "docbook-utils" ]] && continue
     226        # w3c is used only to rebuild the documentation
     227        [[ "$PKG" = "linux-pam" ]] && continue
    225228        ;;
    226229      libxslt )
    227230        # libxml2-->libxslt-->libxml2
    228231        [[ "$PKG" = "libxml2" ]] && continue
     232        # Used only to rebuild the documentation
     233        [[ "$PKG" = "linux-pam" ]] && continue
    229234        ;;
    230235      openldap | postgresql | $KBR5 )
     
    263268        # All optinal testsuite dependencies are circular
    264269        [[ "$PKG" = "cairo" ]] && continue
     270        ;;
     271      fop | docbook-xsl | DocBook )
     272        # Used only to rebuild the documentation
     273        [[ "$PKG" = "linux-pam" ]] && continue
     274        ;;
     275      doxygen )
     276        # Used only to rebuild the documentation
     277        [[ "$PKG" = "libxcb" ]] && continue
     278        [[ "$PKG" = "libusb" ]] && continue
     279        [[ "$PKG" = "dbus" ]] && continue
     280        ;;
     281      tk )
     282        # python-->tk-->xorg7-->libxcb-->libxslt-->python
     283        [[ "$PKG" = "python" ]] && continue
     284        ;;
     285      graphviz )
     286        # Used only to build the API documentation
     287        [[ "$PKG" = "libusb" ]] && continue
     288        ;;
     289      dbus-bindings )
     290        # True circular dependecy
     291        [[ "$PKG" = "dbus-bindings" ]] && continue
    265292        ;;
    266293    esac
Note: See TracChangeset for help on using the changeset viewer.