Skip to content

Commit

Permalink
build: Bump the required wayfire version
Browse files Browse the repository at this point in the history
This is required for animation options to work correctly.
  • Loading branch information
soreau committed Jul 24, 2024
1 parent 5aea83e commit 2f3241f
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 @@ -3,7 +3,7 @@ project('wcm', 'c', 'cpp', version : '0.9.0', default_options : 'cpp_std=c++17')
add_global_arguments('-DWAYFIRE_CONFIG_FILE="' + get_option('wayfire_config_file_path') + '"', language : 'cpp')
add_global_arguments('-DWF_SHELL_CONFIG_FILE="' + get_option('wf_shell_config_file_path') + '"', language : 'cpp')

wayfire = dependency('wayfire')
wayfire = dependency('wayfire', version: '>=0.9.0')
wf_shell = dependency('wf-shell', required : get_option('wf_shell'))

wayfire_metadata_dir = wayfire.get_variable(pkgconfig: 'metadatadir')
Expand Down

0 comments on commit 2f3241f

Please sign in to comment.