aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gdk-pixbuf/fix-static-deps.patch
blob: 693f11db6bea6c88aefe899b487f486caa6b30e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/gdk-pixbuf/meson.build b/gdk-pixbuf/meson.build
index d7aa127b48..c313dc272d 100644
--- a/gdk-pixbuf/meson.build
+++ b/gdk-pixbuf/meson.build
@@ -214,6 +214,7 @@ gdkpixbuf = library('gdk_pixbuf-2.0',
                     dependencies: [
                       gdk_pixbuf_deps,
                       included_loaders_deps,
+                      loaders_deps
                     ],
                     install: true)