diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-01-12 10:06:25 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-01-12 10:06:25 +0100 |
commit | 017d3fac30a7d6f28046b541e7926b9e151f9d7c (patch) | |
tree | 601bfb6ed5231f9c30ad3c821d432f404e6e7aa6 /meson.build | |
parent | 77a47135026352736ead592a6dfb0f3d4df5759a (diff) | |
download | vconsole-017d3fac30a7d6f28046b541e7926b9e151f9d7c.tar.gz |
use gterm if installed
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build index bdc03fc..c11c2c8 100644 --- a/meson.build +++ b/meson.build @@ -24,7 +24,6 @@ configure_file(output : 'config.h', configuration : config) add_global_arguments(['-include', 'config.h'], language : 'c') # build & install - stringify = find_program('./stringify.sh') main_ui = custom_target('main-ui', input : ['main.ui'], |