summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authordarmac <xiaojun2@hisilicon.com>2021-02-07 19:09:20 +0800
committerGitHub <noreply@github.com>2021-02-07 12:09:20 +0100
commit7bfb4a2d7daf5baaa3eb88f1d85edd813ea2aaed (patch)
tree1ce21dbce34445a787278b16531c27e48a2846ab /var
parent1b9be33f842ec8dd6cc6b73265c660d946d9da9d (diff)
downloadspack-7bfb4a2d7daf5baaa3eb88f1d85edd813ea2aaed.tar.gz
spack-7bfb4a2d7daf5baaa3eb88f1d85edd813ea2aaed.tar.bz2
spack-7bfb4a2d7daf5baaa3eb88f1d85edd813ea2aaed.tar.xz
spack-7bfb4a2d7daf5baaa3eb88f1d85edd813ea2aaed.zip
gobject-introspection: enable gobject option in cairo (#21404)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/gobject-introspection/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/gobject-introspection/package.py b/var/spack/repos/builtin/packages/gobject-introspection/package.py
index aceec83cd2..4cfb8deae9 100644
--- a/var/spack/repos/builtin/packages/gobject-introspection/package.py
+++ b/var/spack/repos/builtin/packages/gobject-introspection/package.py
@@ -23,7 +23,7 @@ class GobjectIntrospection(Package):
# version 1.48.0 build fails with glib 2.49.4
depends_on("glib@2.48.1", when="@1.48.0")
depends_on("python")
- depends_on("cairo")
+ depends_on("cairo+gobject")
depends_on("bison", type="build")
depends_on("flex", type="build")
depends_on("pkgconfig", type="build")