summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2022-12-18 16:26:10 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2022-12-18 16:26:10 +0000
commitaeda644f9690b346de77c8f7fae68f5661801833 (patch)
treeff0366644cfbdc861f74f218adf523a475937480
parentda8aa8352adff2836b1aba5f8a291e5b6e27dd1b (diff)
parent0797d89ad75f4a843291aaa2c6d2ad5c7a156a81 (diff)
downloadgdk-pixbuf-aeda644f9690b346de77c8f7fae68f5661801833.tar.gz
Merge branch 'improve-subproj-usage' into 'master'
meson: Override dependencies to improve usage as a subproject See merge request GNOME/gdk-pixbuf!148
-rw-r--r--gdk-pixbuf/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk-pixbuf/meson.build b/gdk-pixbuf/meson.build
index 54ff9dda3..a11926eee 100644
--- a/gdk-pixbuf/meson.build
+++ b/gdk-pixbuf/meson.build
@@ -272,6 +272,7 @@ gdkpixbuf_dep = declare_dependency(
dependencies: gdk_pixbuf_deps,
sources: [ gdkpixbuf_enum_h, built_girs ],
)
+meson.override_dependency('gdk-pixbuf-2.0', gdkpixbuf_dep)
# Now check if we are building loaders as installed shared modules
# We do this here because shared modules depend on libgdk-pixbuf