aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorSébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>2020-10-26 19:09:28 +0100
committerDavid Oberhollenzer <goliath@infraroot.at>2020-10-27 11:49:57 +0100
commitb32e30b071aa54c02daacfb345e8a48880ae6428 (patch)
tree597a589143a824b6158f5e8b611912e97f2c7cee /packages
parentb1f747cb6f8efbfdbfa6b6714160db07f591b9d8 (diff)
Add pkgconf to Archlinux build deps
pkgconf is required to build squashf-tools-ng Archlinux package. In some cases it may not be installed (such as in Docker images). Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
Diffstat (limited to 'packages')
-rw-r--r--packages/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/PKGBUILD b/packages/PKGBUILD
index 38eb9b2..e7152bb 100644
--- a/packages/PKGBUILD
+++ b/packages/PKGBUILD
@@ -19,6 +19,7 @@ makedepends=(
'automake'
'autogen'
'libtool'
+ 'pkgconf'
'm4'
'make'
'gcc'