From 81e1b600271a1a2bcc36e18ea3f29c154c3456b0 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 21 May 2018 00:03:00 -0500 Subject: mesa-18.0.3-4.parabola1: rebuild --- libre/mesa/0001-glvnd-fix-gl.pc.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 libre/mesa/0001-glvnd-fix-gl.pc.patch (limited to 'libre/mesa/0001-glvnd-fix-gl.pc.patch') diff --git a/libre/mesa/0001-glvnd-fix-gl.pc.patch b/libre/mesa/0001-glvnd-fix-gl.pc.patch new file mode 100644 index 000000000..fd4507e23 --- /dev/null +++ b/libre/mesa/0001-glvnd-fix-gl.pc.patch @@ -0,0 +1,26 @@ +From a9554de2a6028540fa12a7ebdab4daf2b46010fa Mon Sep 17 00:00:00 2001 +Message-Id: +From: Unknown <> +Date: Tue, 15 May 2018 20:10:53 +0200 +Subject: [PATCH 1/4] glvnd: fix gl.pc + +--- + src/mesa/gl.pc.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/mesa/gl.pc.in b/src/mesa/gl.pc.in +index 181724b97b..8c7b7da8d7 100644 +--- a/src/mesa/gl.pc.in ++++ b/src/mesa/gl.pc.in +@@ -7,7 +7,7 @@ Name: gl + Description: Mesa OpenGL library + Requires.private: @GL_PC_REQ_PRIV@ + Version: @PACKAGE_VERSION@ +-Libs: -L${libdir} -l@GL_LIB@ ++Libs: -L${libdir} -lGL + Libs.private: @GL_PC_LIB_PRIV@ + Cflags: -I${includedir} @GL_PC_CFLAGS@ + glx_tls: @GLX_TLS@ +-- +2.17.0 + -- cgit v1.2.3