From fc279f683f5cd74dbb41d1071ff46584af0a97c3 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 25 Dec 2025 17:33:45 +0300 Subject: [PATCH] muffin rebuild --- x11/wm/muffin/actions.py | 4 +++- x11/wm/muffin/pspec.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/x11/wm/muffin/actions.py b/x11/wm/muffin/actions.py index 0c53fe1e2a..8c1363a4d1 100644 --- a/x11/wm/muffin/actions.py +++ b/x11/wm/muffin/actions.py @@ -10,7 +10,9 @@ def setup(): mesontools.configure("--prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/muffin \ - --localstatedir=/var") + --localstatedir=/var \ + -Degl_device=true \ + -Dwayland_eglstream=true") def build(): mesontools.build() diff --git a/x11/wm/muffin/pspec.xml b/x11/wm/muffin/pspec.xml index b4d31ebf1a..73fb1ac047 100644 --- a/x11/wm/muffin/pspec.xml +++ b/x11/wm/muffin/pspec.xml @@ -33,6 +33,7 @@ libXfixes-devel libXi-devel libXrandr-devel + egl-wayland-devel startup-notification-devel libcanberra-devel libwacom-devel