diff options
author | Aylur <[email protected]> | 2024-09-01 14:17:36 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-01 14:17:36 +0200 |
commit | 3e3f045d650a839d21f7b649da7aa5c19bd2e38b (patch) | |
tree | 9a974eb0d38932d474940288c662bd1f01ea3088 /bluetooth/meson.build | |
parent | 408faee16911ccfaa3e7dad69f9938fd4a696704 (diff) |
monorepo structuring
Diffstat (limited to 'bluetooth/meson.build')
-rw-r--r-- | bluetooth/meson.build | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/bluetooth/meson.build b/bluetooth/meson.build deleted file mode 100644 index 7877365..0000000 --- a/bluetooth/meson.build +++ /dev/null @@ -1,14 +0,0 @@ -project( - 'astal-bluetooth', - 'vala', - 'c', - version: run_command('cat', join_paths(meson.project_source_root(), 'version')).stdout().strip(), - meson_version: '>= 0.62.0', - default_options: [ - 'warning_level=2', - 'werror=false', - 'c_std=gnu11', - ], -) - -subdir('src') |