PKGNAME=libgdata
PKGSEC=gnome
PKGDEP="gcr-3 gnome-online-accounts liboauth libsoup"
BUILDDEP="gobject-introspection vala"
PKGDES="GLib-based library to access online service APIs with the GData protocol"

MESON_AFTER=(
    '-Dgtk=enabled'
    '-Dgnome=enabled'
    '-Dgoa=enabled'
    '-Dalways_build_tests=false'
    '-Dinstalled_tests=false'
    '-Dman=true'
    '-Dgtk_doc=false'
    '-Dintrospection=true'
    '-Dvapi=true'
)
