mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-04 06:46:38 -04:00
change: move wayland-protocols to native input and remove meson/ninja as dup in native input
This commit is contained in:
parent
09e461f51d
commit
4d1f9d4724
1 changed files with 1 additions and 3 deletions
|
|
@ -38,11 +38,9 @@
|
|||
(substitute* "meson.build"
|
||||
(("'-DSYSCONFDIR=\\\"@0@\\\"'.format\\('/etc'\\)")
|
||||
"'-DSYSCONFDIR=\"@0@\"'.format(sysconfdir)")
|
||||
|
||||
(("sysconfdir = sysconfdir.substring\\(prefix.length\\(\\)\\)")
|
||||
"")))))))
|
||||
(inputs (list wayland
|
||||
wayland-protocols
|
||||
libinput
|
||||
libdrm
|
||||
libxkbcommon
|
||||
|
|
@ -56,7 +54,7 @@
|
|||
xcb-util-wm
|
||||
wlroots
|
||||
scenefx))
|
||||
(native-inputs (list meson ninja pkg-config))
|
||||
(native-inputs (list pkg-config wayland-protocols))
|
||||
(home-page "https://github.com/DreamMaoMao/mangowc")
|
||||
(synopsis "Wayland compositor based on wlroots and scenefx")
|
||||
(description "A Wayland compositor based on wlroots and scenefx,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue