diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-26 01:44:46 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-26 01:44:46 +0300 |
commit | 9c2c6e05da71569bd9f14d4b0146ca86465dc9ba (patch) | |
tree | 1ff80a209aafc1d249449dcbb2be0372fd6f27c6 /wayland/foot | |
parent | 915b2eb2ba1d0c922dd8e0ec26c6c79faec257d7 (diff) | |
download | repository-9c2c6e05da71569bd9f14d4b0146ca86465dc9ba.tar.gz |
foot: don't let foot set TERMINFO
Diffstat (limited to 'wayland/foot')
-rwxr-xr-x | wayland/foot/build | 1 | ||||
-rw-r--r-- | wayland/foot/version | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/wayland/foot/build b/wayland/foot/build index ae86f435..c7de5a2d 100755 --- a/wayland/foot/build +++ b/wayland/foot/build @@ -4,6 +4,7 @@ export DESTDIR=$1 cl-meson \ -Ddocs=enabled \ + -Dcustom-terminfo-install-location=no \ . output ninja -C output diff --git a/wayland/foot/version b/wayland/foot/version index 67fe23c8..3b152c32 100644 --- a/wayland/foot/version +++ b/wayland/foot/version @@ -1 +1 @@ -1.9.0 1 +1.9.0 2 |