[Bug 782962] tests: start porting to meson

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 7 15:36:50 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=782962

--- Comment #3 from Thibault Saunier <tsaunier at gnome.org> ---
Review of attachment 352369:
 --> (https://bugzilla.gnome.org/review?bug=782962&attachment=352369)

Apart from that go.

::: tests/check/meson.build
@@ +72,3 @@
+# case where GStreamer is another subproject here.
+if not meson.is_subproject()
+  pkgconfig = find_program('pkg-config')

Please use:

if gst_dep.type_name() == 'pkgconfig'
  pluginsdirs = [gst_dep.get_pkgconfig_variable('pluginsdir')] +
[gst_base_dep.get_pkgconfig_variable('pluginsdir')]
endif

or so (see
https://phabricator.freedesktop.org/diffusion/GSTBASE/browse/master/tests/check/meson.build;398a6a2a1b0f781d261a91aa967c52b08d894098$98)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list