gobject-introspection 1.7.2 also requires libffi@:3.3 (#35606)

This commit is contained in:
Gregory Lee 2023-03-14 14:05:40 -07:00 committed by GitHub
parent 6add885bb2
commit 02e579d23d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ class GobjectIntrospection(MesonPackage, AutotoolsPackage):
depends_on("glib@2.48.1", when="@1.48.0") depends_on("glib@2.48.1", when="@1.48.0")
depends_on("libffi") depends_on("libffi")
# https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/283 # https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/283
depends_on("libffi@:3.3", when="@:1.70") # libffi 3.4 caused seg faults depends_on("libffi@:3.3", when="@:1.72") # libffi 3.4 caused seg faults
depends_on("python") depends_on("python")
# This package creates several scripts from # This package creates several scripts from