aboutsummaryrefslogtreecommitdiffstats
path: root/src/meson.build
diff options
context:
space:
mode:
authorSebastian Wick <sebastian.wick@redhat.com>2025-10-28 12:11:10 +0100
committerPekka Paalanen <pq@iki.fi>2025-11-27 17:39:11 +0200
commitc8a09967039f14081d1a36c5899cebed95210443 (patch)
tree4d7601585dab8b9e97ab1f6007b924b6c483dd1d /src/meson.build
parentprotocol: add new formats (diff)
downloadwayland-c8a09967039f14081d1a36c5899cebed95210443.tar
wayland-c8a09967039f14081d1a36c5899cebed95210443.tar.gz
wayland-c8a09967039f14081d1a36c5899cebed95210443.tar.bz2
wayland-c8a09967039f14081d1a36c5899cebed95210443.tar.lz
wayland-c8a09967039f14081d1a36c5899cebed95210443.tar.xz
wayland-c8a09967039f14081d1a36c5899cebed95210443.tar.zst
wayland-c8a09967039f14081d1a36c5899cebed95210443.zip
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 <sebastian.wick@redhat.com>
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build1
1 files changed, 0 insertions, 1 deletions
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'