diff options
author | Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org> | 2020-10-26 19:09:28 +0100 |
---|---|---|
committer | David Oberhollenzer <goliath@infraroot.at> | 2020-10-27 11:49:57 +0100 |
commit | b32e30b071aa54c02daacfb345e8a48880ae6428 (patch) | |
tree | 597a589143a824b6158f5e8b611912e97f2c7cee /packages | |
parent | b1f747cb6f8efbfdbfa6b6714160db07f591b9d8 (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/PKGBUILD | 1 |
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' |