summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Scogland <scogland1@llnl.gov>2023-11-28 05:42:16 -0800
committerGitHub <noreply@github.com>2023-11-28 14:42:16 +0100
commitc2d29ca38c774b0885b8ee3ee6a23b623c415301 (patch)
tree47a3288f4cadb56759aebdb67486d532367cbce1
parentf037ef7451834de8678c896b9fa4656b2d716aab (diff)
downloadspack-c2d29ca38c774b0885b8ee3ee6a23b623c415301.tar.gz
spack-c2d29ca38c774b0885b8ee3ee6a23b623c415301.tar.bz2
spack-c2d29ca38c774b0885b8ee3ee6a23b623c415301.tar.xz
spack-c2d29ca38c774b0885b8ee3ee6a23b623c415301.zip
libvips requires pkg-config to find glib (#41184)
-rw-r--r--var/spack/repos/builtin/packages/libvips/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/libvips/package.py b/var/spack/repos/builtin/packages/libvips/package.py
index 95f7cf08ae..6a6596dadd 100644
--- a/var/spack/repos/builtin/packages/libvips/package.py
+++ b/var/spack/repos/builtin/packages/libvips/package.py
@@ -32,6 +32,7 @@ class Libvips(AutotoolsPackage):
# TODO: Add more variants!
+ depends_on("pkgconfig", type="build")
depends_on("glib")
depends_on("expat")