diff options
| author | Ahmad Fatoum <[email protected]> | 2018-02-11 20:00:04 +0100 |
|---|---|---|
| committer | Ahmad Fatoum <[email protected]> | 2018-02-11 20:10:50 +0100 |
| commit | 1be72a2e72bcae18241d4a6dd6427aeaaf54e4d5 (patch) | |
| tree | 7537f55256f24af7e604cdd05bf4d67d8a3b8cdc /raylib.pc.in | |
| parent | 09b022305f3fd365d5d0424ff51982bcca5a572f (diff) | |
| download | raylib-1be72a2e72bcae18241d4a6dd6427aeaaf54e4d5.tar.gz raylib-1be72a2e72bcae18241d4a6dd6427aeaaf54e4d5.zip | |
pkg-config: Empty Requires.private on shared-only build
If user doesn't build the static library,
`pkg-config --static --libs raylib` should be equivalent to
`pkg-config --libs raylib`.
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 93984363..d71a5e2c 100644 --- a/raylib.pc.in +++ b/raylib.pc.in @@ -8,6 +8,6 @@ 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.private:@PKG_CONFIG_LIBS_PRIVATE@ +Libs.private: @PKG_CONFIG_LIBS_PRIVATE@ Requires.private: Cflags: -I${includedir} |
