From a3a9bcd468531e7261cba601b8655bcb2cb8cb1f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 29 Jun 2018 10:54:36 +0100 Subject: [PATCH] meson: rtsp now also depends on libgstbase --- gst-libs/gst/rtsp/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/rtsp/meson.build b/gst-libs/gst/rtsp/meson.build index 03f88b7..d19975a 100644 --- a/gst-libs/gst/rtsp/meson.build +++ b/gst-libs/gst/rtsp/meson.build @@ -33,7 +33,7 @@ gstrtsp_h = rtsp_enums[1] winsock2 = cc.find_library('ws2_32', required : false) -gstrtsp_deps = [gst_dep, gio_dep, libm, winsock2] +gstrtsp_deps = [gst_base_dep, gst_dep, gio_dep, libm, winsock2] gst_rtsp = library('gstrtsp-@0@'.format(api_version), rtsp_sources, gstrtsp_h, gstrtsp_c, @@ -55,7 +55,7 @@ if build_gir identifier_prefix : 'Gst', symbol_prefix : 'gst', export_packages : 'gstreamer-rtsp-1.0', - includes : ['Gst-1.0', 'GstSdp-1.0', 'Gio-2.0'], + includes : ['Gst-1.0', 'GstBase-1.0', 'GstSdp-1.0', 'Gio-2.0'], install : true, extra_args : gst_gir_extra_args, dependencies : gstrtsp_deps + [sdp_dep] -- 2.7.4