mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-07 00:50:20 +01:00
meson: link remoting with glib and gobject
remoting-plugin.c calls things like g_error_free() and g_object_set(), so it
needs to link glib-2.0 and gobject-2.0 explicitly, instead of relying on
GStreamer pkg-config bringing them in.
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
(cherry picked from commit 292aaf9308)
This commit is contained in:
parent
a60ebf2bd3
commit
ee5b6f256d
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ if get_option('remoting')
|
|||
|
||||
depnames = [
|
||||
'gstreamer-1.0', 'gstreamer-allocators-1.0',
|
||||
'gstreamer-app-1.0', 'gstreamer-video-1.0'
|
||||
'gstreamer-app-1.0', 'gstreamer-video-1.0',
|
||||
'gobject-2.0', 'glib-2.0'
|
||||
]
|
||||
deps_remoting = [ dep_libweston ]
|
||||
foreach depname : depnames
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue