From 7dd90cc1f8e46101105a2878ab79c8c53a944269 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Fri, 10 Jan 2020 15:59:38 +0000
Subject: build system: add --pkgbugs (where to file) and --pkghome (project
 home page).

---
 sofort/core/pkgconf.mk | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'sofort/core')

diff --git a/sofort/core/pkgconf.mk b/sofort/core/pkgconf.mk
index 4f6c865..0edc395 100644
--- a/sofort/core/pkgconf.mk
+++ b/sofort/core/pkgconf.mk
@@ -20,6 +20,8 @@ build/$(PACKAGE).pc:
 		PKGCONF_REPO='$(PKGREPO)' \
 		PKGCONF_PSRC='$(PKGPSRC)' \
 		PKGCONF_DURL='$(PKGDURL)' \
+		PKGCONF_BUGS='$(PKGBUGS)' \
+		PKGCONF_HOME='$(PKGHOME)' \
 		PKGCONF_DEFS='$(PKGDEFS)' \
 		PKGCONF_LIBS='$(PKGLIBS)' \
 					  \
-- 
cgit v1.2.3