mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
53c37cfc17
Subprojects that use meson.override_dependency() do not require the caller to provide the dependency variable name inside the subproject. We also don't want to provide the *subproject* name, because the subproject name can be `pango-1.50.12` instead of `pango` when using wrap-file to download the tarball instead of using wrap-git. This causes the pango subproject to be executed twice when using gtk as a subproject inside gstreamer (which uses pango-1.50.12 as a wrap-file). All the dependencies we use can be switched in this way, but the remaining ones need to be changed to use meson.override_dependency() first.
11 lines
327 B
Plaintext
11 lines
327 B
Plaintext
[wrap-git]
|
|
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
|
|
depth = 1
|
|
|
|
[provide]
|
|
dependency_names = gdk-pixbuf-2.0
|
|
program_names = gdk-pixbuf-query-loaders, gdk-pixbuf-pixdata, gdk-pixbuf-csource, gdk-pixbuf-thumbnailer
|