change: change project name to mango

This commit is contained in:
DreamMaoMao 2025-07-30 14:54:59 +08:00
parent b8f5439c45
commit e93104f120
17 changed files with 96 additions and 97 deletions

View file

@ -67,8 +67,8 @@ if xcb.found() and xlibs.found()
c_args += '-DXWAYLAND'
endif
executable('maomao',
'src/maomao.c',
executable('mango',
'src/mango.c',
'src/common/util.c',
wayland_sources,
dependencies : [
@ -87,7 +87,7 @@ executable('maomao',
)
desktop_install_dir = join_paths(prefix, 'share/wayland-sessions')
install_data('maomao.desktop', install_dir : desktop_install_dir)
install_data('mango.desktop', install_dir : desktop_install_dir)
# 安装 config.conf
install_data('config.conf', install_dir : join_paths(sysconfdir, 'maomao'))
install_data('config.conf', install_dir : join_paths(sysconfdir, 'mango'))