]> git.pld-linux.org Git - packages/Mesa.git/blobdiff - Mesa.spec
patch from fedora to fix gl.pc when building with glvnd
[packages/Mesa.git] / Mesa.spec
index 25bfa06f0b6c11f7b0a17c91d84d09201614eb38..a5033163b06cd00bc9c512534e8f509370a1247d 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -66,6 +66,7 @@ Group:                X11/Libraries
 Source0:       ftp://ftp.freedesktop.org/pub/mesa/mesa-%{version}.tar.xz
 # Source0-md5: b4b021279ea21e1eb8a1369afa6f19a0
 Patch0:                %{name}-link.patch
+Patch1:                glvnd-fix-gl-dot-pc.patch
 URL:           http://www.mesa3d.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -1263,6 +1264,9 @@ radv - eksperymentalny sterownik Vulkan dla GPU firmy AMD.
 %prep
 %setup -q -n mesa-%{version}
 %patch0 -p1
+%if %{with glvnd}
+%patch1 -p1
+%endif
 
 %build
 %{__libtoolize}
This page took 0.038948 seconds and 4 git commands to generate.