diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-30 22:13:41 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-30 22:13:41 +0300 |
commit | 5567189b2e0859ad0572a74f5bc72bfb9e819fd5 (patch) | |
tree | 11f7eace40c4dad251d7535734ad6cb60a3a62ba | |
parent | ba58684bc447183e120f151030405d8b20c50961 (diff) | |
download | repository-5567189b2e0859ad0572a74f5bc72bfb9e819fd5.tar.gz |
Revert "foot: don't let foot set TERMINFO"
This reverts commit 9c2c6e05da71569bd9f14d4b0146ca86465dc9ba.
-rwxr-xr-x | wayland/foot/build | 1 | ||||
-rw-r--r-- | wayland/foot/version | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/wayland/foot/build b/wayland/foot/build index c7de5a2d..ae86f435 100755 --- a/wayland/foot/build +++ b/wayland/foot/build @@ -4,7 +4,6 @@ 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 3b152c32..67fe23c8 100644 --- a/wayland/foot/version +++ b/wayland/foot/version @@ -1 +1 @@ -1.9.0 2 +1.9.0 1 |