Accepting request 695293 from home:tobijk:X11:XOrg

- Remove pkgconfig dependecies for glesv1_cm and glesv2:
  Starting with mesa commit b01524fff05 
  "meson: don't build libGLES*.so with GLVND" mesa stopped providing
  glesv1_cm.pc and glesv2.pc along. Let epoxy find the libraries directly 
  instead.

OBS-URL: https://build.opensuse.org/request/show/695293
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libepoxy?expand=0&rev=12
This commit is contained in:
Stefan Dirsch 2019-04-17 15:56:47 +00:00 committed by Git OBS Bridge
parent 8fa5ccfbf6
commit 429eae2f85
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Apr 17 15:33:55 UTC 2019 - Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
- Remove pkgconfig dependecies for glesv1_cm and glesv2:
Starting with mesa commit b01524fff05
"meson: don't build libGLES*.so with GLVND" mesa stopped providing
glesv1_cm.pc and glesv2.pc along. Let epoxy find the libraries directly
instead.
-------------------------------------------------------------------
Fri Oct 5 11:51:19 UTC 2018 - bjorn.lie@gmail.com

View File

@ -17,7 +17,7 @@
Name: libepoxy
%define sonum 0
%define sonum 0
Version: 1.5.3
Release: 0
Summary: OpenGL function pointer management library
@ -32,8 +32,6 @@ BuildRequires: pkgconfig
BuildRequires: python3
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glesv1_cm)
BuildRequires: pkgconfig(glesv2)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xorg-macros)