#40 Rebuild against Xwayland 23.2.2
Opened 6 months ago by ofourdan. Modified 6 months ago
rpms/ ofourdan/mutter rebuild-with-xwayland-23.2.2  into  rawhide

file modified
+3 -1
@@ -9,6 +9,7 @@ 

  %global colord_version 1.4.5

  %global libei_version 1.0.0

  %global mutter_api_version 13

+ %global xwayland_version 23.2.2

  

  %global tarball_version %%(echo %{version} | tr '~' '.')

  
@@ -97,7 +98,7 @@ 

  

  BuildRequires: pkgconfig(json-glib-1.0) >= %{json_glib_version}

  BuildRequires: pkgconfig(libinput) >= %{libinput_version}

- BuildRequires: pkgconfig(xwayland)

+ BuildRequires: pkgconfig(xwayland) >= %{xwayland_version}

  

  Requires: control-center-filesystem

  Requires: gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas_version}
@@ -108,6 +109,7 @@ 

  Requires: pipewire%{_isa} >= %{pipewire_version}

  Requires: startup-notification

  Requires: dbus

+ Requires: xorg-x11-server-Xwayland >= %{xwayland_version}

  

  # Need common

  Requires: %{name}-common = %{version}-%{release}

Xwayland 23.2.2 introduced a new command line option to enable EI portal
support.

Therefore, mutter needs to be rebuilt against Xwayland 23.2.2 to have EI
portal support enabled.

Metadata