From c8a09967039f14081d1a36c5899cebed95210443 Mon Sep 17 00:00:00 2001 From: Sebastian Wick Date: Tue, 28 Oct 2025 12:11:10 +0100 Subject: build: Bump to meson version 0.64.0 This version will be required in the next commit. Bumps the CI image to get the required version from the debian package instead of from pip. Removes the bindir builtin directory from pkgconfig.generate() which is deprecated since 0.62.0. It will be automatically included when referenced. Use `meson setup` everywhere instead of relying on deprecated automatic detection of the setup command. Signed-off-by: Sebastian Wick --- src/meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/meson.build b/src/meson.build index 984e34a..b3b9ea5 100644 --- a/src/meson.build +++ b/src/meson.build @@ -66,7 +66,6 @@ if get_option('scanner') variables: [ 'datarootdir=' + join_paths('${prefix}', get_option('datadir')), 'pkgdatadir=' + join_paths('${pc_sysrootdir}${datarootdir}', meson.project_name()), - 'bindir=' + join_paths('${prefix}', get_option('bindir')), 'wayland_scanner=${bindir}/wayland-scanner' ], filebase: 'wayland-scanner' -- cgit v1.2.3-70-g09d2