gobject-introspection: enable gobject option in cairo (#21404)

This commit is contained in:
darmac 2021-02-07 19:09:20 +08:00 committed by GitHub
parent 1b9be33f84
commit 7bfb4a2d7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")