diff options
-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 |