From 77bc15e620c734f732d07d66447aa2c7bbc49dc6ab014ee4103716177bb42e7d Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 14 Apr 2020 09:23:01 +0000 Subject: [PATCH] Accepting request 793683 from home:paulatz Added BuildRequires: libXrandr-devel and libXdamage-devel to build x0vncserver with support for damage (avoid polling) and randr (can resize server screen from client) OBS-URL: https://build.opensuse.org/request/show/793683 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=179 --- tigervnc.changes | 7 +++++++ tigervnc.spec | 2 ++ 2 files changed, 9 insertions(+) diff --git a/tigervnc.changes b/tigervnc.changes index dffefdc..67d13ef 100644 --- a/tigervnc.changes +++ b/tigervnc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 13 18:20:43 UTC 2020 - Lorenzo Paulatto + +- TigerVNC 1.10.1: + Added libXdamage-devel and libXrandr-devel to the BuildRequisites, + to build x0vncserver with DAMAGE, RANDR and XTEXT support + ------------------------------------------------------------------- Fri Apr 10 10:33:53 UTC 2020 - Andreas Stieger diff --git a/tigervnc.spec b/tigervnc.spec index 1e12400..d606244 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -55,6 +55,8 @@ BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xproto) BuildRequires: pkgconfig(xtst) # Because of keytool to build java client +BuildRequires: libXdamage-devel +BuildRequires: libXrandr-devel BuildRequires: libgcrypt-devel BuildRequires: libgpg-error-devel BuildRequires: mozilla-nss