Forgot to add a meson file.
This commit is contained in:
7
sounds/meson.build
Normal file
7
sounds/meson.build
Normal file
@@ -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'
|
||||
)
|
||||
Reference in New Issue
Block a user