From 0efb668bd5990f52a6a93b2cde037185edbe11b0 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Sat, 18 May 2013 13:45:29 -0700 Subject: 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) --- pkg-config.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkg-config.1') 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 -- cgit v1.2.1