PKGNAME=muffin
PKGSEC=Cinnamon
PKGDEP="cinnamon-desktop egl-wayland fribidi graphene gtk-3 json-glib \
        libcanberra libinput libxkbcommon libwacom pipewire \
        startup-notification systemd upower wayland xwayland"
BUILDDEP="gobject-introspection wayland-protocols"
PKGDES="Window manager and compositor for Cinnamon"

ABTYPE=meson
MESON_AFTER=(
    '-Dopengl=true'
    '-Dgles2=true'
    '-Degl=true'
    '-Dglx=true'
    '-Dwayland=true'
    '-Dnative_backend=true'
    '-Dremote_desktop=true'
    '-Degl_device=true'
    '-Dwayland_eglstream=true'
    '-Dudev=true'
    '-Dlibwacom=true'
    '-Dpango_ft2=true'
    '-Dstartup_notification=true'
    '-Dsm=true'
    '-Dintrospection=true'
    '-Dtests=false'
    '-Dprofiler=false'
    '-Dinstalled_tests=false'
)
