We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b1f20 commit 3fed052Copy full SHA for 3fed052
1 file changed
meson.build
@@ -16,7 +16,7 @@ project(
16
wayfire = dependency('wayfire')
17
wayland_client = dependency('wayland-client')
18
wayland_protos = dependency('wayland-protocols')
19
-gtkmm = dependency('gtkmm-3.0')
+gtkmm = dependency('gtkmm-3.0', version: '>=3.24')
20
wfconfig = dependency('wf-config', version: '>=0.6.0') #TODO fallback submodule
21
gtklayershell = dependency('gtk-layer-shell-0', version: '>= 0.1', fallback: ['gtk-layer-shell', 'gtk_layer_shell_dep'])
22
libpulse = dependency('libpulse', required : get_option('pulse'))
0 commit comments