PKGNAME="gtk4-layer-shell"
PKGSEC=x11
PKGDES="Library to create Wayland desktop panels and components"
PKGDEP="glib glibc gtk-4 wayland"
BUILDDEP="meson ninja vala wayland-protocols"

ABTYPE=meson
MESON_AFTER=(
    '-Ddocs=true'
    '-Dintrospection=true'
    '-Dvapi=true'
    '-Dexamples=false'
    '-Dsmoke-tests=false'
    '-Dtests=false'
)
