Skip to content

Commit

Permalink
build: Add version requirement for wayfire (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
soreau authored Nov 29, 2023
1 parent 58324f0 commit e2e6c6e
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 @@ -13,7 +13,7 @@ project(
],
)

wayfire = dependency('wayfire')
wayfire = dependency('wayfire', version: '>=0.9.0')
giomm = dependency('giomm-2.4', required: false)
wayland_protos = dependency('wayland-protocols', version: '>=1.12')
wayland_server = dependency('wayland-server')
Expand Down

0 comments on commit e2e6c6e

Please sign in to comment.