mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
feat: use regex to match no strstr
This commit is contained in:
parent
aa0e1e1fe9
commit
64b15fe4e7
5 changed files with 59 additions and 18 deletions
|
|
@ -37,6 +37,7 @@ wlroots_dep = dependency('wlroots-0.19')
|
|||
xkbcommon_dep = dependency('xkbcommon')
|
||||
libinput_dep = dependency('libinput')
|
||||
libwayland_client_dep = dependency('wayland-client')
|
||||
pcre2_dep = dependency('libpcre2-8')
|
||||
|
||||
# 获取 Git Commit Hash 和最新的 tag
|
||||
git = find_program('git', required : false)
|
||||
|
|
@ -79,6 +80,7 @@ executable('maomao',
|
|||
xkbcommon_dep,
|
||||
libinput_dep,
|
||||
libwayland_client_dep,
|
||||
pcre2_dep,
|
||||
],
|
||||
install : true,
|
||||
c_args : c_args
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue