Skip to content

Commit

Permalink
Update meson.build
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Hutterer <[email protected]>
  • Loading branch information
arfoll and whot authored Dec 13, 2023
1 parent 38f5420 commit 00de4a0
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.12 which were not found.
error('''The Wayland xkbcli programs require wayland-client and wayland-protocols which were not found.
You can disable the Wayland xkbcli programs with -Denable-wayland=false.''')
endif

Expand Down

0 comments on commit 00de4a0

Please sign in to comment.