aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-11-11 16:48:36 +0200
committerMihai Fufezan <[email protected]>2024-11-14 12:59:23 +0200
commitbf6d425bba3bc96432883db75038b027f25ddf93 (patch)
tree939de777a3b6888cf2c7b330a8aedadb3fa0c446
parent1862b4a4ce5603e619e9576192e0dc2e47058723 (diff)
downloadHyprland-bf6d425bba3bc96432883db75038b027f25ddf93.tar.gz
Hyprland-bf6d425bba3bc96432883db75038b027f25ddf93.zip
meson: bump aquamarine dep
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 76765645..89511ead 100644
--- a/meson.build
+++ b/meson.build
@@ -31,7 +31,7 @@ if cpp_compiler.check_header('execinfo.h')
add_project_arguments('-DHAS_EXECINFO', language: 'cpp')
endif
-aquamarine = dependency('aquamarine', version: '>=0.4.2')
+aquamarine = dependency('aquamarine', version: '>=0.4.5')
add_project_arguments(['-DAQUAMARINE_VERSION="@0@"'.format(aquamarine.version())], language: 'cpp')
xcb_dep = dependency('xcb', required: get_option('xwayland'))