Revert "Enable glamor, which apparently improves performance on Intel hardware."

This reverts commit c53d772892.
epel9
Bojan Smojver 2 years ago
parent c53d772892
commit 9ac37b3693

@ -1,6 +1,6 @@
Name: xorgxrdp
Version: 0.9.19
Release: 2%{?dist}
Release: 1%{?dist}
Summary: Implementation of xrdp backend as Xorg modules
License: MIT
@ -16,12 +16,8 @@ BuildRequires: libXfont-devel
%else
BuildRequires: libXfont2-devel
%endif
BuildRequires: mesa-libgbm-devel
BuildRequires: libepoxy-devel
BuildRequires: libdrm-devel
Requires: Xorg %(xserver-sdk-abi-requires videodrv 2>/dev/null)
Requires: Xorg %(xserver-sdk-abi-requires xinput 2>/dev/null)
Requires: Xorg %(xserver-sdk-abi-requires videodrv)
Requires: Xorg %(xserver-sdk-abi-requires xinput)
%description
@ -34,8 +30,7 @@ for screen resizing and multiple monitors.
%build
CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \
%configure --enable-glamor
%configure
%make_build
@ -61,9 +56,6 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \
%changelog
* Thu Oct 20 2022 Bojan Smojver <bojan@rexursive.com> - 0.9.19-2
- Enable glamor, which apparently improves performance on Intel hardware
* Sat Sep 10 2022 Bojan Smojver <bojan@rexursive.com> - 0.9.19-1
- Bump up to 0.9.19

Loading…
Cancel
Save