Files
video/libs/gdk-pixbuf/patches/100-no-gi-docgen.patch
T
Daniel Golle 2e1072d4c7 gdk-pixbuf: update to 2.44.6
This series introduces the GLib-based gen-resources.py support
(new in 2.44) and other minor improvements over 2.42.12.

Add PKG_BUILD_DEPENDS:=glib2/host: gdk-pixbuf's meson.build now
calls find_program('glib-compile-resources') to invoke the GLib
host-side resource compiler during configure. The binary is
provided by glib2's host build at $(STAGING_DIR_HOSTPKG)/bin/,
so the dep is needed to make that host build actually run on
clean CI images (failure message: "Program glib-compile-resources
found: NO - ERROR: Program 'glib-compile-resources' not found or
not executable").

Drop the leftover '$(eval $(call HostBuild))' line: gdk-pixbuf
never included host-build.mk so the call was a no-op anyway.

Link: https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/2.44.6/NEWS
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2026-05-19 10:59:00 +01:00

13 lines
231 B
Diff

--- a/meson.build
+++ b/meson.build
@@ -447,7 +447,8 @@ else
endif
# Documentation
-subdir('docs')
+build_docs = false
+# subdir('docs')
if not meson.is_cross_build()
meson.add_install_script('build-aux/post-install.py',