commit caff778

chld  ·  2026-08-22 15:57:28 +0000 UTC
parent 0b3338d
foot: fix tic error in meson.build
2 files changed,  +13, -1
+11, -0
 1@@ -0,0 +1,11 @@
 2+--- meson.build
 3++++ /god/meson.build
 4+@@ -424,7 +424,7 @@
 5+     'terminfo',
 6+     output: terminfo_base_name[0],
 7+     input: preprocessed,
 8+-    command: [tic, '-x', '-o', '@OUTDIR@', '-e', '@0@,@0@-direct'.format(terminfo_base_name), '@INPUT@'],
 9++    command: [tic, '-x', '-I', '-o', '@OUTDIR@', '-e', '@0@,@0@-direct'.format(terminfo_base_name), '@INPUT@'],
10+     install: true,
11+     install_dir: terminfo_install_location
12+   )
+2, -1
 1@@ -2,7 +2,8 @@
 2 NAME=foot
 3 VERSION=1.27.0
 4 RELEASE=1
 5-SOURCE="https://codeberg.org/dnkl/foot/releases/download/1.27.0/foot-1.27.0.tar.gz"
 6+SOURCE="https://codeberg.org/dnkl/foot/releases/download/1.27.0/foot-1.27.0.tar.gz
 7+	ncurses-tic.patch"
 8 BUILD_OPT="-Dthemes=true -Dtests=false -Dime=false -Dprefix=/ -Ddefault_library=static" 
 9 
10 . ${0%/*}/../../libsh/libdmake.sh