summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEvan Welsh <contact@evanwelsh.com>2022-01-29 19:05:36 -0800
committerEvan Welsh <contact@evanwelsh.com>2023-03-12 11:20:22 -0700
commit064894bf82755f51aaa1f762c06cacc8bf55720f (patch)
tree98269f755c62a3fbaad7f50a1634c915dfaa9452 /meson.build
parent8ad123caf2cc794c88914ea70f5c8527555883c1 (diff)
downloadgjs-064894bf82755f51aaa1f762c06cacc8bf55720f.tar.gz
Refactor console utilities
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 3ac372a1..4410a110 100644
--- a/meson.build
+++ b/meson.build
@@ -337,6 +337,7 @@ if build_readline
endif
header_conf.set('USE_UNITY_BUILD', get_option('unity'))
header_conf.set('HAVE_SYS_SYSCALL_H', cxx.check_header('sys/syscall.h'))
+header_conf.set('HAVE_TERMIOS_H', cxx.check_header('termios.h'))
header_conf.set('HAVE_UNISTD_H', cxx.check_header('unistd.h'))
header_conf.set('HAVE_SIGNAL_H', cxx.check_header('signal.h',
required: build_profiler))