Skip to content
  • Tim-Philipp Müller's avatar
    meson: don't use add_global_arguments() · 5b18f7fa
    Tim-Philipp Müller authored
    .. 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.
    5b18f7fa