summaryrefslogtreecommitdiff
path: root/sofort/core
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-01-10 15:59:38 +0000
committermidipix <writeonce@midipix.org>2020-01-24 21:14:10 +0000
commitbd379e2e26bfd5b58e7af704d89c8f4d9e9feb3c (patch)
tree616e5d59903a1366a4ffcd099b265d128e50502e /sofort/core
parent82a7dbb6b74c1d33fdbeb58f0128cd83b7ee6f72 (diff)
downloadbautomake-bd379e2e26bfd5b58e7af704d89c8f4d9e9feb3c.tar.bz2
bautomake-bd379e2e26bfd5b58e7af704d89c8f4d9e9feb3c.tar.xz
build system: add --pkgbugs (where to file) and --pkghome (project home page).
Diffstat (limited to 'sofort/core')
-rw-r--r--sofort/core/pkgconf.mk2
1 files changed, 2 insertions, 0 deletions
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)' \
\