Skip to content

Doesn't build on Debian Trixie (stable) #2

Description

@Circuitsoft

Trixie has gdk-pixbuf-2.0 2.42.12. I believe v2.0.0 has the same abi.

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]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions