Changeset 53e258f


Ignore:
Timestamp:
02/11/2007 01:31:15 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:
a9ca77f
Parents:
0253a6b
Message:

BLFS:Avoid a few new circular dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/libs/func_dependencies

    r0253a6b r53e258f  
    248248        [[ "$PKG" = "alsa-plugins" ]] && continue
    249249        ;;
     250      GTK )
     251        # deprecated GTK version
     252        [[ "$PKG" = "alsa-tools" ]] && continue
     253        ;;
    250254      akode )
    251255        # Both are in the same page
    252256        [[ "$PKG" = "kdemultimedia" ]] && continue
     257        ;;
     258      dbus )
     259        # cups-->dbus-->several combinations-->cups
     260        [[ "$PKG" = "cups" ]] && continue
     261        ;;
     262      librsvg | poppler | gtk2 )
     263        # All optinal testsuite dependencies are circular
     264        [[ "$PKG" = "cairo" ]] && continue
    253265        ;;
    254266    esac
Note: See TracChangeset for help on using the changeset viewer.