diff --git a/tigervnc.changes b/tigervnc.changes index bb0d8d2..10e63fb 100644 --- a/tigervnc.changes +++ b/tigervnc.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Dec 12 13:15:25 UTC 2017 - msrb@suse.com + +- Depend on pkgconfig's gl, egl and gbm instead of Mesa-devel. + * Those dependencies are what the underlying X server really + needs. Mesa-devel is too general and is a bottleneck in + distribution build. (bnc#1071297) + ------------------------------------------------------------------- Tue Sep 26 11:53:23 UTC 2017 - msrb@suse.com diff --git a/tigervnc.spec b/tigervnc.spec index e0020b9..91ae2b0 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -30,7 +30,6 @@ Release: 0 Provides: tightvnc = 1.3.9 Obsoletes: tightvnc < 1.3.9 Provides: vnc -BuildRequires: Mesa-devel BuildRequires: autoconf BuildRequires: automake BuildRequires: cmake @@ -63,9 +62,11 @@ BuildRequires: pkgconfig(bigreqsproto) >= 1.1.0 BuildRequires: pkgconfig(compositeproto) >= 0.4 BuildRequires: pkgconfig(damageproto) >= 1.1 BuildRequires: pkgconfig(dri) +BuildRequires: pkgconfig(egl) BuildRequires: pkgconfig(fixesproto) >= 4.1 BuildRequires: pkgconfig(fontsproto) BuildRequires: pkgconfig(fontutil) +BuildRequires: pkgconfig(gbm) BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(glproto) BuildRequires: pkgconfig(gnutls)