meson: simplify GST_DISABLE_GST_DEBUG check and don't use add_global_*
authorTim-Philipp Müller <tim@centricular.com>
Wed, 21 Feb 2018 19:50:33 +0000 (19:50 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 21 Feb 2018 19:50:33 +0000 (19:50 +0000)
commitd8f7969e417866dbeb5b5d8c8707db4c95b9a5b4
tree9f101bc53c83f8a4d8a319026529fbc945d49af6
parent9fdfb2d7b7142a37f698b218610827210f58655b
meson: simplify GST_DISABLE_GST_DEBUG check and don't use add_global_*

add_global_arguments() can't be used in subprojects. It's
entirely possible that devtools 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