From c58abd7f6763b169ff6a223f8c3559248a58843b44420907da5341bab4ee9320 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 7 Oct 2019 19:03:19 +0000 Subject: [PATCH] no longer package gl.pc and egl.pc (use the one of libglvnd-devel) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=881 --- Mesa.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mesa.spec b/Mesa.spec index 6166eb9..5a93e19 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -970,7 +970,7 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %if !0%{?libglvnd} %{_libdir}/libEGL.so %endif -%{_libdir}/pkgconfig/egl.pc +%exclude %{_libdir}/pkgconfig/egl.pc %files KHR-devel %dir %{_includedir}/KHR @@ -991,7 +991,7 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %if 0%{?libglvnd} == 0 %{_libdir}/libGL.so %endif -%{_libdir}/pkgconfig/gl.pc +%exclude %{_libdir}/pkgconfig/gl.pc %{_mandir}/man3/gl[A-Z]* %files libGLESv1_CM1