BLFS:Avoid a few new circular dependencies.

This commit is contained in:
Manuel Canales Esparcia 2007-02-11 13:31:15 +00:00
parent 0253a6b27d
commit 53e258f2fe

View file

@ -247,10 +247,22 @@ inline_doc
# alsa-plugins-->ffmpeg-->several-->alsa-plugins
[[ "$PKG" = "alsa-plugins" ]] && continue
;;
GTK )
# deprecated GTK version
[[ "$PKG" = "alsa-tools" ]] && continue
;;
akode )
# Both are in the same page
[[ "$PKG" = "kdemultimedia" ]] && continue
;;
dbus )
# cups-->dbus-->several combinations-->cups
[[ "$PKG" = "cups" ]] && continue
;;
librsvg | poppler | gtk2 )
# All optinal testsuite dependencies are circular
[[ "$PKG" = "cairo" ]] && continue
;;
esac
#------------------