depends glib2 &&
depends gtk+3 &&
depends cairo &&

optional_depends gobject-introspection \
                 "--enable-introspection" "--disable-introspection" \
                 "Enable introspection for this build?" &&

optional_depends PYTHON \
                 "--enable-python" "--disable-python" \
                 "Build with python support?" &&

if  is_depends_enabled  $SPELL  python; then
   depends pygobject3
fi &&

if  is_depends_enabled  $SPELL  python3; then
   depends pygobject3
fi &&

optional_depends gtk-doc \
                 "--enable-gtk-doc" "--disable-gtk-doc" \
                 "Use gtk-doc to build documentation?"

