diff --git a/meson.build b/meson.build
index 69eb315..5199e43 100644
--- a/meson.build
+++ b/meson.build
@@ -18,7 +18,7 @@ desktopdir = join_paths(datadir, 'applications')
zathura = dependency('zathura', version: '>=0.5.3', fallback: ['zathura', 'zathura_dependency'])
girara = dependency('girara-gtk3', fallback: ['girara', 'girara_dependency'])
glib = dependency('glib-2.0')
-gdkpixbuf = dependency('gdk-pixbuf-2.0', version: '>=2.43.3')
+gdkpixbuf = dependency('gdk-pixbuf-2.0', version: '>=2.0.0')
build_dependencies = [zathura, girara, glib, gdkpixbuf]
Trixie has
gdk-pixbuf-2.02.42.12. I believe v2.0.0 has the same abi.