From 62f0286f5e2ecf63f6f18c28b12844eee18277f7 Mon Sep 17 00:00:00 2001 From: Michael Kuhn Date: Mon, 9 Sep 2019 19:54:47 +0200 Subject: Fix pkgconfig dependencies (#12714) pkgconfig is the virtual dependency, pkg-config is an implementation. --- var/spack/repos/builtin/packages/gtksourceview/package.py | 2 +- var/spack/repos/builtin/packages/libfive/package.py | 2 +- var/spack/repos/builtin/packages/librsvg/package.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/gtksourceview/package.py b/var/spack/repos/builtin/packages/gtksourceview/package.py index 45a0926a69..9907a95255 100644 --- a/var/spack/repos/builtin/packages/gtksourceview/package.py +++ b/var/spack/repos/builtin/packages/gtksourceview/package.py @@ -27,7 +27,7 @@ class Gtksourceview(AutotoolsPackage): depends_on('libtool', type='build') depends_on('gobject-introspection', type='build') depends_on('intltool', type='build') - depends_on('pkg-config', type='build') + depends_on('pkgconfig', type='build') depends_on('gettext') depends_on('glib@2.48.0:', when='@3.24.11:4.2.0') depends_on('gtkplus@3.20.0:', when='@3.24.11:4.2.0') diff --git a/var/spack/repos/builtin/packages/libfive/package.py b/var/spack/repos/builtin/packages/libfive/package.py index cecb2d895f..7e9f577fee 100644 --- a/var/spack/repos/builtin/packages/libfive/package.py +++ b/var/spack/repos/builtin/packages/libfive/package.py @@ -15,7 +15,7 @@ class Libfive(CMakePackage): # https://libfive.com/download/ recommends working from the master branch version('master', branch='master') - depends_on('pkg-config', type='build') + depends_on('pkgconfig', type='build') depends_on('cmake@3.3:', type='build') depends_on('boost@1.65:') depends_on('eigen@3.3.0:') diff --git a/var/spack/repos/builtin/packages/librsvg/package.py b/var/spack/repos/builtin/packages/librsvg/package.py index 7671539e69..99131420de 100644 --- a/var/spack/repos/builtin/packages/librsvg/package.py +++ b/var/spack/repos/builtin/packages/librsvg/package.py @@ -15,7 +15,7 @@ class Librsvg(AutotoolsPackage): version('2.44.14', sha256='6a85a7868639cdd4aa064245cc8e9d864dad8b8e9a4a8031bb09a4796bc4e303') depends_on("gobject-introspection", type='build') - depends_on("pkg-config", type='build') + depends_on("pkgconfig", type='build') depends_on("rust", type='build') depends_on("cairo") depends_on("gdk-pixbuf") -- cgit v1.2.3-60-g2f50