From 429eae2f852d04b8da0593e67b3489dfaf526dea232c7dbbc22809a6ec76b37a Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 17 Apr 2019 15:56:47 +0000 Subject: [PATCH] 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 --- libepoxy.changes | 9 +++++++++ libepoxy.spec | 4 +--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/libepoxy.changes b/libepoxy.changes index 19ca44a..b17219f 100644 --- a/libepoxy.changes +++ b/libepoxy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Apr 17 15:33:55 UTC 2019 - Tobias Klausmann + +- 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 diff --git a/libepoxy.spec b/libepoxy.spec index 476badc..304ba4b 100644 --- a/libepoxy.spec +++ b/libepoxy.spec @@ -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)