[qt5-qtbase] devel: Requires: pkgconfig(egl)

Rex Dieter rdieter at fedoraproject.org
Mon Jun 30 15:32:08 UTC 2014


commit 905ac73b679e4c03039b203d838b162245e7f2cb
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Jun 30 10:32:16 2014 -0500

    devel: Requires: pkgconfig(egl)

 qt5-qtbase.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec
index 5cde3db..ee0da07 100644
--- a/qt5-qtbase.spec
+++ b/qt5-qtbase.spec
@@ -22,7 +22,7 @@
 Summary: Qt5 - QtBase components
 Name:    qt5-qtbase
 Version: 5.3.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
 License: LGPLv2 with exceptions or GPLv3 with exceptions
@@ -170,6 +170,9 @@ Requires: %{name}-postgresql%{?_isa}
 %if "%{?tds}" != "-no-sql-tds"
 Requires: %{name}-tds%{?_isa}
 %endif
+%if 0%{?egl}
+Requires: pkgconfig(egl)
+%endif
 Requires: pkgconfig(gl)
 %description devel
 %{summary}.
@@ -699,6 +702,9 @@ popd
 
 
 %changelog
+* Mon Jun 30 2014 Rex Dieter <rdieter at fedoraproject.org> 5.3.1-3
+- -devel: Requires: pkgconfig(egl)
+
 * Fri Jun 27 2014 Jan Grulich <jgrulich at redhat.com> - 5.3.1-2
 - Prefer QPA implementation in qsystemtrayicon_x11 if available
 


More information about the scm-commits mailing list