Made pkg-config file use version variable.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent 2a8324955c
commit 92758e4ac0
  1. 2
      src/libglfw.pc.in

@ -5,7 +5,7 @@ libdir=${exec_prefix}/lib
Name: GLFW
Description: A portable library for OpenGL, window and input
Version: 3.0.0
Version: @GLFW_VERSION_FULL@
URL: http://www.glfw.org/
Requires.private: @GLFW_PKG_DEPS@
Libs: -L${libdir} -lglfw

Loading…
Cancel
Save