diff --git a/meson.build b/meson.build index e534d5a..5d46931 100644 --- a/meson.build +++ b/meson.build @@ -1,9 +1,9 @@ -project('wcm', 'c', 'cpp', version : '0.9.0', default_options : 'cpp_std=c++17') +project('wcm', 'c', 'cpp', version : '0.10.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', version: '>=0.9.0') +wayfire = dependency('wayfire', version: '>=0.10.0') wf_shell = dependency('wf-shell', required : get_option('wf_shell')) wayfire_metadata_dir = wayfire.get_variable(pkgconfig: 'metadatadir')