meson: link editor with gobject-2.0
editor.c calls g_clear_object(), so it should link to gobject directly instead of relying on pangocairo pulling it in in its pkg-config. Fixes: https://gitlab.freedesktop.org/wayland/weston/issues/211 Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
committed by
Daniel Stone
parent
8a4585c27f
commit
cbffca980b
+1
-1
@@ -236,7 +236,7 @@ demo_clients = [
|
|||||||
text_input_unstable_v1_client_protocol_h,
|
text_input_unstable_v1_client_protocol_h,
|
||||||
text_input_unstable_v1_protocol_c,
|
text_input_unstable_v1_protocol_c,
|
||||||
],
|
],
|
||||||
'deps': [ 'pangocairo' ]
|
'deps': [ 'pangocairo', 'gobject-2.0' ]
|
||||||
},
|
},
|
||||||
{ 'basename': 'eventdemo' },
|
{ 'basename': 'eventdemo' },
|
||||||
{ 'basename': 'flower' },
|
{ 'basename': 'flower' },
|
||||||
|
|||||||
Reference in New Issue
Block a user