From 3c5168e5d62e8c1c59c99b29e9ad0992cafd40bc Mon Sep 17 00:00:00 2001 From: Scott Moreau Date: Thu, 28 Aug 2025 01:46:36 -0600 Subject: [PATCH] build: Bump version and wayfire version requirement --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index e534d5a..0d33c4a 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.11.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.11.0') wf_shell = dependency('wf-shell', required : get_option('wf_shell')) wayfire_metadata_dir = wayfire.get_variable(pkgconfig: 'metadatadir')