Skip to content

Fix meson.build for meson 0.50.0.

Tobias Stoeckmann requested to merge (removed):meson into master

Since meson 0.50.0 it is not possible anymore to specify an absolute directory for subdir. To keep current functionality, use install_dir instead.

atspi/meson.build:60:0: ERROR: Subdir keyword must not be an absolute path.

Signed-off-by: Tobias Stoeckmann tobias@stoeckmann.org

Merge request reports