diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-09-14 09:32:15 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-09-14 09:40:20 +0300 |
| commit | e6a8ad38479eb179dc7301755316f993e3e872ea (patch) | |
| tree | 56edda65f7e3cd49e8c4f3dc5bd91b8f226f5937 | |
| parent | b7909dbf61c7c1511b9a51ef46e1d503d5ba3d05 (diff) | |
| download | niri-e6a8ad38479eb179dc7301755316f993e3e872ea.tar.gz niri-e6a8ad38479eb179dc7301755316f993e3e872ea.tar.bz2 niri-e6a8ad38479eb179dc7301755316f993e3e872ea.zip | |
niri.spec.rpkg: Add xwayland-satellite dependency
It landed in stable Fedora.
| -rw-r--r-- | niri.spec.rpkg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/niri.spec.rpkg b/niri.spec.rpkg index b232d813..9f7a9284 100644 --- a/niri.spec.rpkg +++ b/niri.spec.rpkg @@ -85,6 +85,11 @@ BuildRequires: mesa-libEGL Requires: mesa-dri-drivers Requires: mesa-libEGL +# Integrated Xwayland support. Not packaged on EPEL +%if 0%{?fedora} +Requires: xwayland-satellite >= 0.7 +%endif + # Portal implementations used by niri Recommends: xdg-desktop-portal-gtk Recommends: xdg-desktop-portal-gnome |
