Skip to content

Commit

Permalink
Update meson.build error message when enable-wayland enabled
Browse files Browse the repository at this point in the history
Fix error message version to match the version check
  • Loading branch information
arfoll authored Dec 12, 2023
1 parent 20329ba commit 38f5420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ if build_tools
wayland_protocols_dep = dependency('wayland-protocols', version: '>=1.12', required: false)
wayland_scanner_dep = dependency('wayland-scanner', required: false, native: true)
if not wayland_client_dep.found() or not wayland_protocols_dep.found() or not wayland_scanner_dep.found()
error('''The Wayland xkbcli programs require wayland-client >= 1.2.0, wayland-protocols >= 1.7 which were not found.
error('''The Wayland xkbcli programs require wayland-client >= 1.2.0, wayland-protocols >= 1.12 which were not found.
You can disable the Wayland xkbcli programs with -Denable-wayland=false.''')
endif

Expand Down

0 comments on commit 38f5420

Please sign in to comment.