mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-02 07:15:55 -04:00
ver: upgrade to wlroots-0.19 version
This commit is contained in:
parent
54de782f90
commit
d636ef97ac
12 changed files with 2179 additions and 1947 deletions
|
|
@ -33,7 +33,7 @@ libm = cc.find_library('m')
|
|||
xcb = dependency('xcb', required : get_option('xwayland'))
|
||||
xlibs = dependency('xcb-icccm', required : get_option('xwayland'))
|
||||
wayland_server_dep = dependency('wayland-server')
|
||||
wlroots_dep = dependency('wlroots', version : ['>=0.17.0', '<0.18.0'])
|
||||
wlroots_dep = dependency('wlroots-0.19')
|
||||
xkbcommon_dep = dependency('xkbcommon')
|
||||
libinput_dep = dependency('libinput')
|
||||
libwayland_client_dep = dependency('wayland-client')
|
||||
|
|
@ -88,4 +88,4 @@ desktop_install_dir = join_paths(prefix, 'share/wayland-sessions')
|
|||
install_data('maomao.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, 'maomao'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue