mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
Merge branch 'dependency-review' into 'main'
Dependency review See merge request GNOME/gtk!5381
This commit is contained in:
commit
8776ebfe90
10
meson.build
10
meson.build
@ -11,15 +11,15 @@ project('gtk', 'c',
|
||||
license: 'LGPL-2.1-or-later')
|
||||
|
||||
glib_req = '>= 2.72.0'
|
||||
introspection_req = '>= 1.72.0' # keep this in sync with glib
|
||||
pango_req = '>= 1.50.0' # keep this in sync with .gitlab-ci/test-msys.sh
|
||||
harfbuzz_req = '>= 2.6.0'
|
||||
fribidi_req = '>= 0.19.7'
|
||||
harfbuzz_req = '>= 2.6.0'
|
||||
fribidi_req = '>= 1.0.6'
|
||||
cairo_req = '>= 1.14.0'
|
||||
gdk_pixbuf_req = '>= 2.30.0'
|
||||
introspection_req = '>= 1.39.0'
|
||||
wayland_proto_req = '>= 1.25'
|
||||
wayland_req = '>= 1.21.0'
|
||||
graphene_req = '>= 1.9.1'
|
||||
graphene_req = '>= 1.10.0'
|
||||
epoxy_req = '>= 1.4'
|
||||
cloudproviders_req = '>= 0.3.1'
|
||||
xkbcommon_req = '>= 0.2.0'
|
||||
@ -404,7 +404,7 @@ jpeg_dep = dependency('libjpeg', 'jpeg')
|
||||
epoxy_dep = dependency('epoxy', version: epoxy_req)
|
||||
xkbdep = dependency('xkbcommon', version: xkbcommon_req, required: wayland_enabled)
|
||||
graphene_dep = dependency('graphene-gobject-1.0', version: graphene_req,
|
||||
default_options: ['tests=false'])
|
||||
default_options: ['tests=false', 'gobject_types=true'])
|
||||
iso_codes_dep = dependency('iso-codes', required: false)
|
||||
gi_dep = dependency('gobject-introspection-1.0', version: introspection_req,
|
||||
required: get_option('introspection').enabled() and
|
||||
|
@ -2,7 +2,7 @@
|
||||
directory = cairo
|
||||
url = https://gitlab.freedesktop.org/cairo/cairo.git
|
||||
push-url = ssh://git@gitlab.freedesktop.org:cairo/cairo.git
|
||||
revision = master
|
||||
revision = 1.17.6
|
||||
depth = 1
|
||||
|
||||
[provide]
|
||||
|
@ -2,7 +2,7 @@
|
||||
directory = fribidi
|
||||
url = https://github.com/fribidi/fribidi.git
|
||||
push-url = git@github.com:fribidi/fribidi.git
|
||||
revision = master
|
||||
revision = v1.0.12
|
||||
depth = 1
|
||||
|
||||
[provide]
|
||||
|
@ -2,7 +2,7 @@
|
||||
directory = gdk-pixbuf
|
||||
url = https://gitlab.gnome.org/GNOME/gdk-pixbuf.git
|
||||
push-url = ssh://git@ssh.gitlab.gnome.org:GNOME/gdk-pixbuf.git
|
||||
revision = master
|
||||
revision=aeda644f9690b346de77c8f7fae68f5661801833
|
||||
depth = 1
|
||||
|
||||
[provide]
|
||||
|
@ -2,7 +2,7 @@
|
||||
directory = glib
|
||||
url = https://gitlab.gnome.org/GNOME/glib.git
|
||||
push-url = ssh://git@ssh.gitlab.gnome.org:GNOME/glib.git
|
||||
revision = main
|
||||
revision = 2.74.4
|
||||
depth = 1
|
||||
|
||||
[provide]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[wrap-git]
|
||||
directory = graphene
|
||||
url = https://github.com/ebassi/graphene.git
|
||||
revision = master
|
||||
revision = f89522ca60a76512b8b85c7b8e4d16b94849f22f
|
||||
depth = 1
|
||||
|
||||
[provide]
|
||||
|
@ -2,7 +2,7 @@
|
||||
directory = libcloudproviders
|
||||
url = https://gitlab.gnome.org/World/libcloudproviders.git
|
||||
push-url = ssh://git@ssh.gitlab.gnome.org:World/libcloudproviders.git
|
||||
revision = master
|
||||
revision = 0.3.1
|
||||
depth = 1
|
||||
|
||||
[provide]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[wrap-git]
|
||||
directory = libepoxy
|
||||
url = https://github.com/anholt/libepoxy.git
|
||||
revision = master
|
||||
revision = 2df68f811fc1a5f0a6d372ecdb887333ad3f540f
|
||||
depth = 1
|
||||
|
||||
[provide]
|
||||
|
@ -2,7 +2,7 @@
|
||||
directory = pango
|
||||
url = https://gitlab.gnome.org/GNOME/pango.git
|
||||
push-url = ssh://git@ssh.gitlab.gnome.org:GNOME/pango.git
|
||||
revision = main
|
||||
revision = 1.50.12
|
||||
depth = 1
|
||||
|
||||
[provide]
|
||||
|
@ -1,5 +1,5 @@
|
||||
[wrap-git]
|
||||
directory=wayland-protocols
|
||||
url=https://gitlab.freedesktop.org/wayland/wayland-protocols.git
|
||||
revision=main
|
||||
revision=1.25
|
||||
depth=1
|
||||
|
@ -2,7 +2,7 @@
|
||||
directory = wayland
|
||||
url = https://gitlab.freedesktop.org/wayland/wayland.git
|
||||
push-url = git@gitlab.freedesktop.org:wayland/wayland
|
||||
revision = main
|
||||
revision = 1.21.0
|
||||
depth = 1
|
||||
|
||||
[provide]
|
||||
|
Loading…
Reference in New Issue
Block a user