From 65bb663b0a65531723897935f04234853e8c3999 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 26 Dec 2025 23:52:55 -0500 Subject: [PATCH] Forgot to add a meson file. --- sounds/meson.build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sounds/meson.build diff --git a/sounds/meson.build b/sounds/meson.build new file mode 100644 index 0000000..8b8419a --- /dev/null +++ b/sounds/meson.build @@ -0,0 +1,7 @@ +# Install sound theme files +# Themes are installed to: {datadir}/cthulhu/sounds/{theme_name}/ + +install_subdir( + 'default', + install_dir: get_option('datadir') / 'cthulhu' / 'sounds' +)