meson: don't use add_global_arguments()
authorTim-Philipp Müller <tim@centricular.com>
Wed, 21 Feb 2018 19:20:56 +0000 (19:20 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 21 Feb 2018 19:23:05 +0000 (19:23 +0000)
commit5b18f7fa1f23832f07ff37bbe30c7098fd41d79e
tree10d889508e779a7026d9c86ecd6aa0de94d468df
parent388297735f408d996213875a66b5dbbba138ce33
meson: don't use add_global_arguments()

.. and tighten check for disabled gst debugging sytem.

add_global_arguments() can't be used in subprojects. It's
entirely possible that ges is a subproject but gstreamer
is picked up from an installed location, so we should
really use add_project_arguments() in both cases.
meson.build