commit 000b546

chld  ·  2026-08-26 00:55:51 +0000 UTC
parent 88bf172
mojito: patch makefile to include pixman with pkg-config
1 files changed,  +3, -0
+3, -0
1@@ -3,5 +3,8 @@ NAME=mojito
2 VERSION=git
3 RELEASE=1
4 SOURCE="https://git.sr.ht/~dlm/${NAME}"
5+prebuild(){
6+    sed -i 's/swc wld/swc wld pixman-1/' Makefile
7+}
8 
9 . ${0%/*}/../../libsh/libdmake.sh