gobject-introspection: enable gobject option in cairo (#21404)
This commit is contained in:
parent
1b9be33f84
commit
7bfb4a2d7d
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue