commit b359728

chld  ·  2026-08-23 04:57:14 +0000 UTC
parent 7dfcdc9
dwl: update wlr version in makefile
1 files changed,  +3, -0
+3, -0
1@@ -3,4 +3,7 @@ NAME=dwl
2 VERSION=git
3 RELEASE=1
4 SOURCE="https://codeberg.org/dwl/dwl.git"
5+prebuild(){
6+    sed -i 's/wlroots-0.19/wlroots-0.21/g' config.mk
7+}
8 . ${0%/*}/../../libsh/libdmake.sh