depends python &&
depends glib2 &&
depends pycairo &&

# introspection in pygoject3 conflicts with introspection in pygobject
# https://bugzilla.gnome.org/show_bug.cgi?id=657054
#if ! spell_ok pygobject3; then

  optional_depends gobject-introspection      \
                   "--enable-introspection"   \
                   "--disable-introspection"  \
                   "to enable introspection"

#fi &&

optional_depends libffi \
                 "--with-ffi" \
                 "--without-ffi" \
                 "to enable libffi support"
