commit fd8e029

chld  ·  2026-09-04 12:36:40 +0000 UTC
parent 84efded
kmscon: static
1 files changed,  +3, -0
+3, -0
1@@ -4,5 +4,8 @@ VERSION=git
2 RELEASE=1
3 SOURCE="https://github.com/kmscon/${NAME}"
4 BUILD_OPT="-Ddefault_library=static -Dtests=false -Dextra_debug=false -Ddocs=disabled -Dlibseat=disabled -Dfont_pango=disabled -Ddbus=disabled -Drenderer_gltex=disabled"
5+prebuild(){
6+    export CFLAGS='-static' LDFLAGS='-static'
7+}
8 
9 . ${0%/*}/../../libsh/libdmake.sh