mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-28 07:00:07 -05:00
change: change project name to mango
This commit is contained in:
parent
b8f5439c45
commit
e93104f120
17 changed files with 96 additions and 97 deletions
|
|
@ -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'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue