mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-17 14:33:18 -04:00
nix: fix build dependency
This commit is contained in:
parent
251369b5a3
commit
99b696541a
2 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ endif
|
|||
|
||||
cc = meson.get_compiler('c')
|
||||
libm = cc.find_library('m')
|
||||
libdrm = dependency('libdrm')
|
||||
xcb = dependency('xcb', required : get_option('xwayland'))
|
||||
xlibs = dependency('xcb-icccm', required : get_option('xwayland'))
|
||||
wlroots_dep = dependency('wlroots-0.20',version: '>=0.20.0')
|
||||
|
|
@ -98,6 +99,7 @@ executable('mango',
|
|||
wayland_sources,
|
||||
dependencies : [
|
||||
libm,
|
||||
libdrm,
|
||||
xcb,
|
||||
xlibs,
|
||||
wayland_server_dep,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue