summaryrefslogtreecommitdiff
path: root/libre/mesa/0001-glvnd-fix-gl.pc.patch
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-06-12 19:39:00 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-06-12 19:39:00 -0400
commitc1916898c6013a63501f1e6a807aedd67aafef22 (patch)
treede3cd03f10a65455f6ade627df3611180c9847bb /libre/mesa/0001-glvnd-fix-gl.pc.patch
parent1374df47b9fcdeb3844d96c0355b202deaa695b0 (diff)
downloadabslibre-c1916898c6013a63501f1e6a807aedd67aafef22.tar.gz
abslibre-c1916898c6013a63501f1e6a807aedd67aafef22.tar.bz2
abslibre-c1916898c6013a63501f1e6a807aedd67aafef22.zip
rm -rf libre/mesa
Diffstat (limited to 'libre/mesa/0001-glvnd-fix-gl.pc.patch')
-rw-r--r--libre/mesa/0001-glvnd-fix-gl.pc.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/libre/mesa/0001-glvnd-fix-gl.pc.patch b/libre/mesa/0001-glvnd-fix-gl.pc.patch
deleted file mode 100644
index fd4507e23..000000000
--- a/libre/mesa/0001-glvnd-fix-gl.pc.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From a9554de2a6028540fa12a7ebdab4daf2b46010fa Mon Sep 17 00:00:00 2001
-Message-Id: <a9554de2a6028540fa12a7ebdab4daf2b46010fa.1526409254.git.jan.steffens@gmail.com>
-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
-