mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 05:26:01 +01:00
meson: bump aquamarine dep
This commit is contained in:
parent
1862b4a4ce
commit
bf6d425bba
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ if cpp_compiler.check_header('execinfo.h')
|
||||||
add_project_arguments('-DHAS_EXECINFO', language: 'cpp')
|
add_project_arguments('-DHAS_EXECINFO', language: 'cpp')
|
||||||
endif
|
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')
|
add_project_arguments(['-DAQUAMARINE_VERSION="@0@"'.format(aquamarine.version())], language: 'cpp')
|
||||||
|
|
||||||
xcb_dep = dependency('xcb', required: get_option('xwayland'))
|
xcb_dep = dependency('xcb', required: get_option('xwayland'))
|
||||||
|
|
Loading…
Reference in a new issue