mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-06 00:06:43 -04:00
build(deps): add wrap files for 'scenefx' and 'wlroots'
Allows meson to fallback on fetching and building these projects in case they are not available/out-of-date on the system (can be avoided by passing '--wrap-mode=nofallback' to 'meson setup').
This commit is contained in:
parent
8216cacb3b
commit
951851936e
4 changed files with 16 additions and 2 deletions
|
|
@ -30,12 +30,12 @@ libdrm = dependency('libdrm')
|
|||
xcb = dependency('xcb', required : get_option('xwayland'))
|
||||
xlibs = dependency('xcb-icccm', required : get_option('xwayland'))
|
||||
wayland_server_dep = dependency('wayland-server',version: '>=1.23.1')
|
||||
wlroots_dep = dependency('wlroots-0.19',version: '>=0.19.0')
|
||||
wlroots_dep = dependency('wlroots-0.19', version: '>=0.19.0', fallback: 'wlroots')
|
||||
xkbcommon_dep = dependency('xkbcommon')
|
||||
libinput_dep = dependency('libinput',version: '>=1.27.1')
|
||||
libwayland_client_dep = dependency('wayland-client')
|
||||
pcre2_dep = dependency('libpcre2-8')
|
||||
libscenefx_dep = dependency('scenefx-0.4',version: '>=0.4.1')
|
||||
libscenefx_dep = dependency('scenefx-0.4',version: '>=0.4.1', fallback: 'libscenefx')
|
||||
pixman_dep = dependency('pixman-1')
|
||||
cjson_dep = dependency('libcjson')
|
||||
pangocairo_dep = dependency('pangocairo')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue