summaryrefslogtreecommitdiff
path: root/lib/cava/meson.build
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-10-14 13:23:59 +0200
committerAylur <[email protected]>2024-10-14 13:23:59 +0200
commit025d39abbcfa66b21dae48d63fee1c3d68822f0a (patch)
tree10b27b3b26b725d6b9c5b00a74a5d631d7284147 /lib/cava/meson.build
parent9da171f0dd5ce2d2472ce42dae62286dacb7595d (diff)
cava: initial nix build
Diffstat (limited to 'lib/cava/meson.build')
-rw-r--r--lib/cava/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cava/meson.build b/lib/cava/meson.build
index 7d4bc4f..227a5e2 100644
--- a/lib/cava/meson.build
+++ b/lib/cava/meson.build
@@ -1,7 +1,7 @@
project(
'astal-cava',
'c',
- version: '0.1.0',
+ version: run_command('cat', join_paths(meson.project_source_root(), 'version')).stdout().strip(),
default_options: ['c_std=gnu11', 'warning_level=3', 'prefix=/usr'],
)