- Update to version 21.1.1.901 (21.1.2 RC1)

* It's a bit special, as most of the changes are not the usual 
    stable branch fixes material, but are needed for HW accelerated
    direct rendering with the Nvidia 470 driver (which is currently
    in open beta).
  * changes are mostly specific to the EGLStream backend and do not
    affect the GBM backend. And they make a big difference for users
    of the EGLStream backend.
  * See
      https://lists.fedoraproject.org/archives/list/desktop@lists.fedoraproject.org/thread/BBZVDNST67I2AQOCPSHKYAY6D5Z66JIP/ 
    for more information about testing the EGLStream changes
- enabled Wayland eglstreams (needs new packages egl-wayland and
  eglexternalplatform)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xwayland?expand=0&rev=13
This commit is contained in:
2021-07-01 10:59:43 +00:00
committed by Git OBS Bridge
parent 52da95c8ae
commit 4f7e9cac38
6 changed files with 25 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
#
%define have_wayland_eglstream 0
%define have_wayland_eglstream 1
#Compat macro for new _fillupdir macro introduced in Nov 2017
%if ! %{defined _fillupdir}
@@ -24,7 +24,7 @@
%endif
Name: xwayland
Version: 21.1.1
Version: 21.1.1.901
Release: 0
URL: http://xorg.freedesktop.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -42,10 +42,10 @@ BuildRequires: ninja
BuildRequires: pkgconfig
#BuildRequires: systemd-rpm-macros
BuildRequires: rendercheck
BuildRequires: pkgconfig(libtirpc)
BuildRequires: pkgconfig(bigreqsproto)
BuildRequires: pkgconfig(compositeproto)
BuildRequires: pkgconfig(damageproto)
BuildRequires: pkgconfig(libtirpc)
#BuildRequires: pkgconfig(dbus-1)
#BuildRequires: pkgconfig(dmx)
BuildRequires: pkgconfig(dri)
@@ -127,7 +127,6 @@ BuildRequires: pkgconfig(xtrans)
#BuildRequires: pkgconfig(libudev)
%ifnarch s390 s390x
Requires(pre): %fillup_prereq
%endif
@@ -142,7 +141,6 @@ Requires: libpixman-1-0
Obsoletes: xorg-x11-server-wayland < %{version}
Provides: xorg-x11-server-wayland = %{version}
%description
This package contains the Xwayland Server.
@@ -159,9 +157,9 @@ This package contains the Xserver running on the Wayland Display Server.
%package devel
Summary: Development files for Xwayland
Group: System/Libraries
Requires: meson
Requires: c_compiler
Requires: %{name}
Requires: c_compiler
Requires: meson
#Requires: pkgconfig(fontconfig)
#Requires: pkgconfig(fontenc)
#Requires: pkgconfig(freetype2)
@@ -187,7 +185,6 @@ Requires: pkgconfig(xkbfile)
Requires: pkgconfig(xtrans)
Requires: pkgconfig(xv)
%description devel
This package contains the Xwayland Server development files.