[PATCH weston v2] editor: Drop g_type_init() call

Daniel Stone daniel at fooishbar.org
Mon Jan 16 13:04:38 UTC 2017


Hi,

On 16 January 2017 at 13:01, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> On 15 January 2017 at 12:26, Quentin Glidic
> <sardemff7+wayland at sardemff7.net> wrote:
>> -  PKG_CHECK_MODULES(PANGO, [pangocairo], [have_pango=yes], [have_pango=no])
>> +  PKG_CHECK_MODULES(PANGO, [pangocairo pango glib >= 2.36], [have_pango=yes], [have_pango=no])
>
> Afaict there is no upstream glib - perhaps you meant glib-2.0 ? There
> seems to be a bunch of g_* dependencies outside of libglib-2.0.so,
> which seems to be missing in configure.

Indeed, glib.pc is for GLib 1.x; my Fedora version has 1.2.10, so this
will never trigger. With that fixed (i.e. the dep being on glib-2.0
instead):
Reviewed-by: Daniel Stone <daniels at collabora.com>

Cheers,
Daniel


More information about the wayland-devel mailing list