From 8ae7ec08b41e24df7959a6115399b695f3eb56bf Mon Sep 17 00:00:00 2001
From: Bilal Elmoussaoui <belmouss@redhat.com>
Date: Sun, 16 Jul 2023 13:20:57 +0200
Subject: [PATCH] mutter: Explicitly depend on gdk-pixbuf

As it is used by MetaBackgroundImageCache

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3097>
---
 src/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/meson.build b/src/meson.build
index ca2ef166c..535568a59 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -27,6 +27,7 @@ mutter_pkg_private_deps = [
   gnome_settings_daemon_dep,
   json_glib_dep,
   xkbcommon_dep,
+  gdk_pixbuf_dep,
   libeis_dep,
 ]