diff options
| author | Ahmad Fatoum <[email protected]> | 2018-07-10 21:06:16 +0200 |
|---|---|---|
| committer | Ahmad Fatoum <[email protected]> | 2018-07-10 21:20:01 +0200 |
| commit | 414bb6018b1212dfa02e87769d37a7a2837ce6cf (patch) | |
| tree | a2a7656f32b3cb26396a4fe17e8e984194ef007c /raylib.pc.in | |
| parent | 758a77417355a22d3210493446d76cb429c1429b (diff) | |
| download | raylib-414bb6018b1212dfa02e87769d37a7a2837ce6cf.tar.gz raylib-414bb6018b1212dfa02e87769d37a7a2837ce6cf.zip | |
CMake: Add Libs.private to Libs if installing static only
pkg-config --libs --static raylib and pkg-config --libs raylib
should give the same result if there is no shared raylib installed.
Diffstat (limited to 'raylib.pc.in')
| -rw-r--r-- | raylib.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raylib.pc.in b/raylib.pc.in index f72b3dce..c6d54389 100644 --- a/raylib.pc.in +++ b/raylib.pc.in @@ -7,7 +7,7 @@ Name: raylib Description: Simple and easy-to-use library to learn videogames programming URL: http://github.com/raysan5/raylib Version: @PROJECT_VERSION@ -Libs: -L${libdir} -lraylib +Libs: -L${libdir} -lraylib @PKG_CONFIG_LIBS_EXTRA@ Libs.private: @PKG_CONFIG_LIBS_PRIVATE@ Requires.private: @GLFW_PKG_DEPS@ Cflags: -I${includedir} |
