From c0cd4cdf78886040528b16fad084a14165a16384 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sat, 11 Jun 2022 10:14:53 +0100 Subject: Add compgen caching. A list of commands is now stored in $XDG_CACHE_HOME/.cache/tofi-compgen, and regenerated as necessary. --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index ebdcead..85d6176 100644 --- a/meson.build +++ b/meson.build @@ -55,6 +55,7 @@ common_sources = files( 'src/entry.c', 'src/history.c', 'src/log.c', + 'src/mkdirp.c', 'src/shm.c', 'src/string_vec.c', 'src/surface.c', @@ -68,6 +69,7 @@ compgen_sources = files( 'src/main_compgen.c', 'src/compgen.c', 'src/log.c', + 'src/mkdirp.c', 'src/string_vec.c', 'src/xmalloc.c' ) -- cgit v1.2.3