From 92b82f31aa628ba83b252e56e3b834f4fd0c1cd3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 9 May 2019 09:42:39 -0500 Subject: [PATCH] drop BR: pkgconfig(glesv2) on f31+, no longer provided in mesa-19.1+ --- qt5-qtbase.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index e475a8b..ac50102 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -194,7 +194,11 @@ BuildRequires: pkgconfig(xkeyboard-config) %global egl 1 BuildRequires: pkgconfig(egl) BuildRequires: pkgconfig(gbm) +## TODO: apparently only needed if building opengl_es2 support, do we actually use it? -- rex +## this dep was removed in rawhide with introduction of mesa-19.1 +%if 0%{?fedora} < 30 BuildRequires: pkgconfig(glesv2) +%endif %global sqlite -system-sqlite BuildRequires: pkgconfig(sqlite3) >= 3.7 %if 0%{?fedora} > 22 @@ -1016,6 +1020,7 @@ fi %changelog * Wed May 08 2019 Rex Dieter - 5.12.1-6 - Blacklist nouveau and llvmpipe for multithreading (#1706420) +- drop BR: pkgconfig(glesv2) on f31+, no longer provided in mesa-19.1+ * Thu May 02 2019 Rex Dieter - 5.12.1-5 - keep mkspecs/modules/*_private.pri in -devel #1705280)