commit 64812fc
chld
·
2026-08-22 14:58:33 +0000 UTC
parent 2d51bc7
build opt for foot
2 files changed,
+7,
-22
+6,
-0
1@@ -0,0 +1,6 @@
2+.pixman
3+.fontconfig
4+.wayland
5+.wayland-protocols
6+.libxkbcommon
7+.freetype
+1,
-22
1@@ -3,27 +3,6 @@ NAME=foot
2 VERSION=1.27.0
3 RELEASE=1
4 SOURCE="https://codeberg.org/dnkl/foot/releases/download/1.27.0/foot-1.27.0.tar.gz"
5-xxxxxxxbuild(){
6- CFLAGS='-static' LDFLAGS='-static' ./configure \
7- --prefix=/ \
8- --bindir=/bin \
9- --sbindir=/bin \
10- --libdir=/lib \
11- --includedir=/include \
12- --sysconfdir=/etc \
13- --disable-lto \
14- --without-gnu-ld \
15- --disable-libunistring \
16- --enable-dependency-tracking \
17- --enable-static \
18- --disable-libtool-loc \
19- --enable-jit=no \
20- --disable-nls \
21- --enable-mini-gmp \
22- --without-libiconv || die "configure failed"
23+BUILD_OPT="-Dthemes=enabled -Dtests=disabled -Dime=disabled -Dprefix=/ -Ddefault_library=static"
24
25- gmake PREFIX="$PREFIX" DESTDIR="$PKG" CFLAGS='-static' LDFLAGS='-static' -j"$NPROC" || die "build failed"
26- gmake DESTDIR="$PKG" install || die "gmake install failed"
27-
28-}
29 . ${0%/*}/../../libsh/libdmake.sh