mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-19 14:33:16 -04:00
Merge pull request #1062 from DarkGuibrine/main
fix NixOS error in the build
This commit is contained in:
commit
5652066c68
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'))
|
||||
wayland_server_dep = dependency('wayland-server',version: '>=1.23.1')
|
||||
|
|
@ -100,6 +101,7 @@ executable('mango',
|
|||
wayland_sources,
|
||||
dependencies : [
|
||||
libm,
|
||||
libdrm,
|
||||
xcb,
|
||||
xlibs,
|
||||
libscenefx_dep,
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
libX11,
|
||||
libinput,
|
||||
libxcb,
|
||||
libdrm,
|
||||
libxkbcommon,
|
||||
pcre2,
|
||||
pango,
|
||||
|
|
@ -58,6 +59,7 @@ stdenv.mkDerivation {
|
|||
wlroots_0_19
|
||||
scenefx
|
||||
libGL
|
||||
libdrm
|
||||
]
|
||||
++ lib.optionals enableXWayland [
|
||||
libX11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue