PKGNAME=gtkmm-4
PKGSEC=gnome
PKGDEP="gtk-4 pangomm-2.48 glibmm-2.68 gdk-pixbuf cairomm-1.16"
BUILDDEP="doxygen graphviz libxslt mm-common"
PKGDES="C++ bindings for GTK 4"

ABTYPE=meson
# Disabling demos, it does not install the binary anyway
MESON_AFTER=(
    '-Dbuild-deprecated-api=true'
    '-Dbuild-documentation=false'
    '-Dbuild-demos=false'
    '-Dbuild-tests=false'
    '-Dmaintainer-mode=true'
)
