From 9ac37b369338a9e33c14ff5fafeaaf553bc3ce1f Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Sat, 22 Oct 2022 13:43:27 +1100 Subject: [PATCH] Revert "Enable glamor, which apparently improves performance on Intel hardware." This reverts commit c53d772892ec1b133dad0c31f7f2356df2b6093c. --- xorgxrdp.spec | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 4d280f6..35fb58b 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -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 - 0.9.19-2 -- Enable glamor, which apparently improves performance on Intel hardware - * Sat Sep 10 2022 Bojan Smojver - 0.9.19-1 - Bump up to 0.9.19