Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2019 13:11:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 234784] graphics/gdk-pixbuf2: Fails to build with PNG option disabled
Message-ID:  <bug-234784-6497-IR2V3HDe0g@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-234784-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-234784-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234784

Antoine Jacoutot <ajacoutot@bsdfrog.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ajacoutot@bsdfrog.org

--- Comment #7 from Antoine Jacoutot <ajacoutot@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 mes=
on.
For the time being, we use -Dinstalled_tests=3Dfalse 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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234784-6497-IR2V3HDe0g>