PKGNAME=libadwaita
PKGSEC=gnome
PKGDEP="appstream fribidi glib glibc graphene gtk-4 pango"
BUILDDEP="gobject-introspection sassc vala"
PKGDES="Widgets and objects to build GNOME applications"

ABTYPE=meson
MESON_AFTER=(
    '-Dprofiling=false'
    '-Dintrospection=enabled'
    '-Dvapi=true'
    '-Ddocumentation=false'
    '-Dtests=false'
    '-Dexamples=false'
)
