forked from pool/tigervnc
Accepting request 556488 from home:michalsrb:branches:X11:XOrg
- 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) OBS-URL: https://build.opensuse.org/request/show/556488 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=126
This commit is contained in:
parent
88b048e4d5
commit
3faf413a7e
@ -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
|
Tue Sep 26 11:53:23 UTC 2017 - msrb@suse.com
|
||||||
|
|
||||||
|
@ -30,7 +30,6 @@ Release: 0
|
|||||||
Provides: tightvnc = 1.3.9
|
Provides: tightvnc = 1.3.9
|
||||||
Obsoletes: tightvnc < 1.3.9
|
Obsoletes: tightvnc < 1.3.9
|
||||||
Provides: vnc
|
Provides: vnc
|
||||||
BuildRequires: Mesa-devel
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -63,9 +62,11 @@ BuildRequires: pkgconfig(bigreqsproto) >= 1.1.0
|
|||||||
BuildRequires: pkgconfig(compositeproto) >= 0.4
|
BuildRequires: pkgconfig(compositeproto) >= 0.4
|
||||||
BuildRequires: pkgconfig(damageproto) >= 1.1
|
BuildRequires: pkgconfig(damageproto) >= 1.1
|
||||||
BuildRequires: pkgconfig(dri)
|
BuildRequires: pkgconfig(dri)
|
||||||
|
BuildRequires: pkgconfig(egl)
|
||||||
BuildRequires: pkgconfig(fixesproto) >= 4.1
|
BuildRequires: pkgconfig(fixesproto) >= 4.1
|
||||||
BuildRequires: pkgconfig(fontsproto)
|
BuildRequires: pkgconfig(fontsproto)
|
||||||
BuildRequires: pkgconfig(fontutil)
|
BuildRequires: pkgconfig(fontutil)
|
||||||
|
BuildRequires: pkgconfig(gbm)
|
||||||
BuildRequires: pkgconfig(gl)
|
BuildRequires: pkgconfig(gl)
|
||||||
BuildRequires: pkgconfig(glproto)
|
BuildRequires: pkgconfig(glproto)
|
||||||
BuildRequires: pkgconfig(gnutls)
|
BuildRequires: pkgconfig(gnutls)
|
||||||
|
Loading…
Reference in New Issue
Block a user