diff options
author | Chris Robinson <[email protected]> | 2018-03-29 18:57:48 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-03-29 18:57:48 -0700 |
commit | a2c24ff946623b74df6ca7884f549a76911ebe8b (patch) | |
tree | e50f542944b09e94d13206ad87400f5580d590f4 /openal.pc.in | |
parent | 61de399806f777dc111d30d0ed9ef820a83ede81 (diff) |
Specify Libs.private for the pkg-config file
Only used when building the static lib for its dependencies, since the shared
lib automatically handles its own dependencies.
Diffstat (limited to 'openal.pc.in')
-rw-r--r-- | openal.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openal.pc.in b/openal.pc.in index 8bdd4f3b..dfa6f573 100644 --- a/openal.pc.in +++ b/openal.pc.in @@ -8,4 +8,5 @@ Description: OpenAL is a cross-platform 3D audio API Requires: @PKG_CONFIG_REQUIRES@ Version: @PACKAGE_VERSION@ Libs: -L${libdir} -l@LIBNAME@ @PKG_CONFIG_LIBS@ +Libs.private:@PKG_CONFIG_PRIVATE_LIBS@ Cflags: -I${includedir} -I${includedir}/AL @PKG_CONFIG_CFLAGS@ |