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)