Skip to content

Commit

Permalink
meson: gir: remove bogus sources_top_dir kwarg
Browse files Browse the repository at this point in the history
Doesn't actually exist. Was fixed differently in Meson
so that the user doesn't have to specify it.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/-/merge_requests/127>
  • Loading branch information
tp-m committed May 27, 2020
1 parent a33e756 commit b61f108
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gst/rtsp-server/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ if build_gir
install : true,
extra_args : gst_gir_extra_args,
includes : ['Gst-1.0', 'GstRtsp-1.0', 'GstNet-1.0'],
sources_top_dir: meson.current_source_dir(),
dependencies : gst_rtsp_server_deps,
)
rtsp_server_gen_sources += [rtsp_server_gir]
Expand Down

0 comments on commit b61f108

Please sign in to comment.