PKGNAME=jsonrpc-glib
PKGSEC=libs
PKGDEP="json-glib"
BUILDDEP="gobject-introspection vala"
PKGDES="JSON-RPC library for GLib"

ABTYPE=meson
MESON_AFTER=(
    '-Denable_profiling=false'
    '-Dwith_introspection=true'
    '-Dwith_vapi=true'
    '-Denable_gtk_doc=false'
    '-Denable_tests=false'
)
