summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-08-02 10:42:35 +0100
committerPhil Jones <philj56@gmail.com>2022-08-02 10:42:35 +0100
commitf90d6dd13dc6f6c4ca80174a8f3c17f37893b1ef (patch)
treeab719abb543ecee0f8c48f3eb19afe2d36e144f8 /meson.build
parent41b8616d9f3709709b42168e8859073ff4ac3025 (diff)
Remove tofi-compgen from install.
This was really just a utility for testing, and isn't needed by users.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a20b9cf..16f5c81 100644
--- a/meson.build
+++ b/meson.build
@@ -180,7 +180,7 @@ executable(
executable(
'tofi-compgen',
compgen_sources,
- install: true
+ install: false
)
scdoc = find_program('scdoc', required: get_option('man-pages'))