Skip to content

Commit

Permalink
meson: require hyprwayland-scanner >= 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rtgiskard authored and fufexan committed May 8, 2024
1 parent 5e7925e commit 70b5e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ wayland_scanner = find_program(
wayland_scanner_dep.get_variable('wayland_scanner'),
native: true,
)
hyprwayland_scanner_dep = dependency('hyprwayland-scanner', native: true)
hyprwayland_scanner_dep = dependency('hyprwayland-scanner', version: '>=0.3.5', native: true)
hyprwayland_scanner = find_program(
hyprwayland_scanner_dep.get_variable('hyprwayland_scanner'),
native: true,
Expand Down

0 comments on commit 70b5e6d

Please sign in to comment.