depends  qt-x11   &&
depends  kdelibs  &&

optional_depends  arts                     \
                  "--with-arts"            \
                  "--without-arts"         \
                  "for aRts sound daemon"  &&

#
## Remove this after is_depends_enabled is integrated to stable sorcery.
#
source  "$GRIMOIRE/is_depends_enabled.function"  &&

if is_depends_enabled $SPELL arts; then
  sub_depends kdelibs ARTS
fi
