From bc6b1582db59152cd0f9b988da301b80958c893f Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Fri, 11 Jun 2021 15:18:42 +0000
Subject: build system: configure, ccenv: added --pkgconf[if] support and
 integration.

---
 sofort/ccenv/ccenv.in   | 2 ++
 sofort/ccenv/ccenv.sh   | 2 +-
 sofort/ccenv/ccenv.vars | 2 ++
 3 files changed, 5 insertions(+), 1 deletion(-)

(limited to 'sofort/ccenv')

diff --git a/sofort/ccenv/ccenv.in b/sofort/ccenv/ccenv.in
index bfbb563..441f8ab 100644
--- a/sofort/ccenv/ccenv.in
+++ b/sofort/ccenv/ccenv.in
@@ -77,6 +77,8 @@ DLLTOOL                                 = @ccenv_dlltool@
 WINDMC                                  = @ccenv_windmc@
 WINDRC                                  = @ccenv_windrc@
 
+PKGCONF                                 = @ccenv_pkgconf@
+
 # @ccenv_cfgtype@ secondary tools
 # note: the direct use of $(@ccenv_makevar_prefix@LD) is highly discouraged
 AS                                      = @ccenv_as@
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index e66614a..26270f4 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -181,7 +181,7 @@ ccenv_set_primary_tools()
 {
 	ccenv_core_tools="ar nm objdump ranlib size strip strings objcopy"
 	ccenv_hack_tools="addr2line cov elfedit readelf readobj otool"
-	ccenv_peep_tools="perk mdso dlltool windmc windres"
+	ccenv_peep_tools="perk mdso dlltool windmc windres pkgconf"
 
 	for __tool in $(printf '%s' "$ccenv_core_tools $ccenv_hack_tools $ccenv_peep_tools"); do
 		ccenv_tool_prolog "$__tool"
diff --git a/sofort/ccenv/ccenv.vars b/sofort/ccenv/ccenv.vars
index 6cdd547..41eb327 100644
--- a/sofort/ccenv/ccenv.vars
+++ b/sofort/ccenv/ccenv.vars
@@ -80,6 +80,8 @@ ccenv_dlltool=
 ccenv_windmc=
 ccenv_windrc=
 
+ccenv_pkgconf=
+
 # cflags
 ccenv_cflags_os=
 ccenv_cflags_pic=
-- 
cgit v1.2.3