BLFS:Avoid a few new circular dependencies.
This commit is contained in:
parent
0253a6b27d
commit
53e258f2fe
1 changed files with 12 additions and 0 deletions
|
@ -247,10 +247,22 @@ inline_doc
|
||||||
# alsa-plugins-->ffmpeg-->several-->alsa-plugins
|
# alsa-plugins-->ffmpeg-->several-->alsa-plugins
|
||||||
[[ "$PKG" = "alsa-plugins" ]] && continue
|
[[ "$PKG" = "alsa-plugins" ]] && continue
|
||||||
;;
|
;;
|
||||||
|
GTK )
|
||||||
|
# deprecated GTK version
|
||||||
|
[[ "$PKG" = "alsa-tools" ]] && continue
|
||||||
|
;;
|
||||||
akode )
|
akode )
|
||||||
# Both are in the same page
|
# Both are in the same page
|
||||||
[[ "$PKG" = "kdemultimedia" ]] && continue
|
[[ "$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
|
esac
|
||||||
|
|
||||||
#------------------
|
#------------------
|
||||||
|
|
Reference in a new issue