mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-03 12:10:22 -04:00
modify config and make
This commit is contained in:
parent
04720f4e12
commit
b207462df4
3 changed files with 34 additions and 28 deletions
|
@ -25,6 +25,7 @@
|
|||
wayland-scanner
|
||||
libinput
|
||||
pixman
|
||||
git
|
||||
];
|
||||
# Add the necessary build dependencies for dwl
|
||||
buildInputs = with pkgs; [
|
||||
|
@ -33,6 +34,14 @@
|
|||
wayland-protocols
|
||||
wlroots
|
||||
xorg.libxcb
|
||||
xorg.xcbutil
|
||||
xorg.xcbutilwm
|
||||
xorg.xcbutilkeysyms
|
||||
xorg.xcbutilimage
|
||||
xorg.xcbutilcursor
|
||||
xorg.xcbutilrenderutil
|
||||
xorg.xcbutilerrors
|
||||
xorg.xcbutilwm # ✅ for xcb_ewmh.h
|
||||
];
|
||||
|
||||
# The build and installation process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue