Use SOVERSION for shared libraries on Unix-like systems.

This commit is contained in:
John Bartholomew
2012-07-30 01:04:08 +01:00
parent 93ec9fa901
commit 0f0e42b975
3 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ Description: A portable library for OpenGL, window and input
Version: @GLFW_VERSION_FULL@
URL: http://www.glfw.org/
Requires.private: @GLFW_PKG_DEPS@
Libs: -L${libdir} -lglfw3
Libs: -L${libdir} -l@GLFW_LIB_NAME@
Libs.private: @GLFW_PKG_LIBS@
Cflags: -I${includedir}