summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cowgill <jcowgill@debian.org>2019-07-15 11:52:48 +0100
committerJames Cowgill <jcowgill@debian.org>2019-07-15 11:52:48 +0100
commite9366c6aea04e62e8dd4b45c9946ca78d94d6f0b (patch)
tree04334f13fc23c6fb1d1bc0ddfc8ec90c287c28c5
parentf927a8d39c686369def53d80f28e419fc4d71cd7 (diff)
Do not emit the Requires.private line in the pkgconfig filearchive/debian/3.3-1
Forwarded: not-needed This allows libglfw-dev to drop the dependencies on these packages. The line has no purpose in the Debian package because none of the libraries emit any cflags and we do not ship a static library. Also, since libglfw-dev is shared by the x11 and wayland backends, it is not possible to know which one will be used (and which dependencies are needed) at build time. Forwarded: not-needed Gbp-Pq: Name 02_remove-pkgconfig-requires.patch
-rw-r--r--src/glfw3.pc.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glfw3.pc.in b/src/glfw3.pc.in
index 87423e1..bcd26e2 100644
--- a/src/glfw3.pc.in
+++ b/src/glfw3.pc.in
@@ -7,7 +7,6 @@ Name: GLFW
Description: A multi-platform library for OpenGL, window and input
Version: @GLFW_VERSION_FULL@
URL: https://www.glfw.org/
-Requires.private: @GLFW_PKG_DEPS@
Libs: -L${libdir} -l@GLFW_LIB_NAME@
Libs.private: @GLFW_PKG_LIBS@
Cflags: -I${includedir}