project: add mmsg as sub project
This commit is contained in:
@@ -3,6 +3,7 @@ project('mango', ['c', 'cpp'],
|
||||
)
|
||||
|
||||
subdir('protocols')
|
||||
subdir('mmsg')
|
||||
|
||||
is_nixos = false
|
||||
os_release = run_command('cat', '/etc/os-release', check: false)
|
||||
@@ -120,4 +121,4 @@ desktop_install_dir = join_paths(prefix, 'share/wayland-sessions')
|
||||
install_data('mango.desktop', install_dir : desktop_install_dir)
|
||||
|
||||
# 安装 config.conf
|
||||
install_data('config.conf', install_dir : join_paths(sysconfdir, 'mango'))
|
||||
install_data('config.conf', install_dir : join_paths(sysconfdir, 'mango'))
|
||||
|
||||
Reference in New Issue
Block a user