Skip to content

Avoid using global arguments

Stephan Vedder requested to merge feliwir/geocode-glib:avoid-global-args into master

Avoid using add_global_arguments since it doesn't allow us to use geocode-glib as a meson subproject:

../subprojects/geocode-glib/meson.build:29:0: ERROR: Function 'add_global_arguments' cannot be used in subprojects because there is no way to make that reliable.`

Merge request reports