[Bug 234784] graphics/gdk-pixbuf2: Fails to build with PNG option disabled
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu May 23 13:12:01 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234784
Antoine Jacoutot <ajacoutot at bsdfrog.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ajacoutot at bsdfrog.org
--- Comment #7 from Antoine Jacoutot <ajacoutot at bsdfrog.org> ---
(In reply to Kubilay Kocak from comment #6)
It is with PNG support enabled.
It's due to a missing dependency in the build order of ninja created by meson.
For the time being, we use -Dinstalled_tests=false and this patch as a
workaround:
Index: meson.build
--- meson.build.orig
+++ meson.build
@@ -398,7 +398,9 @@ endif
subdir('po')
if not meson.is_cross_build()
- subdir('tests')
+ if get_option('installed_tests')
+ subdir('tests')
+ endif
subdir('thumbnailer')
endif
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gnome
mailing list