summaryrefslogtreecommitdiff
path: root/pkg-config.1
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2013-05-18 13:45:29 -0700
committerDan Nicholson <dbn.lists@gmail.com>2013-05-18 19:37:24 -0700
commit0efb668bd5990f52a6a93b2cde037185edbe11b0 (patch)
treeb3cb0f9cbb7a7f029feebd7534f4ead5e304d961 /pkg-config.1
parent715cc306b0e4add06523b8fcce49867da469a728 (diff)
downloadpkg-config-0efb668bd5990f52a6a93b2cde037185edbe11b0.tar.gz
Add static linking variant of PKG_CHECK_MODULES
PKG_CHECK_MODULES_STATIC is a convenience autoconf macro wrapping PKG_CHECK_MODULES with --static enabled. This gives developers a way to get static linking information from a specific set of modules. Freedesktop #19541 (https://bugs.freedesktop.org/show_bug.cgi?id=19541)
Diffstat (limited to 'pkg-config.1')
-rw-r--r--pkg-config.14
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg-config.1 b/pkg-config.1
index ccbfa5c..3bf69d1 100644
--- a/pkg-config.1
+++ b/pkg-config.1
@@ -401,6 +401,10 @@ Defines the PKG_CONFIG variable to the best pkg-config available,
useful if you need pkg-config but don't want to use PKG_CHECK_MODULES.
.\"
.TP
+.I "PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES [,ACTION-IF-FOUND [,ACTION-IF-NOT-FOUND]])"
+Enables static linking through --static prior to calling
+PKG_CHECK_MODULES.
+.TP
.I "PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])"
Check to see whether a particular set of modules exists. Similar