depends  glib2    &&
depends  libvirt  &&
depends  libxml2  &&

optional_depends  'gettext'                                         \
                  '--enable-nls'                                    \
                  '--disable-nls'                                   \
                  'for Native Language Support (NLS)(RECOMMENDED)'  &&

optional_depends  'gobject-introspection'      \
                  '--enable-introspection'     \
                  '--disable-introspection'    \
                  'for GObject introspection'  &&

optional_depends  'gtk-doc'                 \
                  '--enable-gtk-doc'        \
                  '--disable-gtk-doc'       \
                  'to build documentation'  &&

optional_depends  'PYTHON'               \
                  '--with-python'        \
                  '--without-python'     \
                  'for Python bindings'  &&

optional_depends  'vala'              \
                  '--enable-vala'     \
                  '--disable-vala'    \
                  'for Vala bindings'
