aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/meson.build
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-09-19 13:48:31 +0000
committerMihai Fufezan <[email protected]>2024-09-19 13:48:31 +0000
commitdfa1bd0cd48253a446fbe455a46f0f4d23368c02 (patch)
treea89cd9caa493624a88c415ed27281927df4fd3b4 /src/meson.build
parent92df6b0dce1b81b130c2b0e46d206c8c3dbb2971 (diff)
downloadHyprland-dfa1bd0cd48253a446fbe455a46f0f4d23368c02.tar.gz
Hyprland-dfa1bd0cd48253a446fbe455a46f0f4d23368c02.zip
Meson: pass AQUAMARINE_VERSION argument
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 3821bd60..928cd5a7 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -8,7 +8,7 @@ executable(
cpp_pch: 'pch/pch.hpp',
dependencies: [
server_protos,
- dependency('aquamarine'),
+ aquamarine,
dependency('gbm'),
dependency('xcursor'),
dependency('wayland-server'),