mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-24 06:59:54 -05:00
project: add mmsg as sub project
This commit is contained in:
parent
c756233964
commit
fd3e9a8c2c
7 changed files with 1143 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
@ -118,4 +119,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'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue