aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build9
1 files changed, 0 insertions, 9 deletions
diff --git a/meson.build b/meson.build
index 4e330d33..93186887 100644
--- a/meson.build
+++ b/meson.build
@@ -126,15 +126,6 @@ else
cc_selinux_flags = []
endif
-termcap = get_option('termcap')
-if termcap != ''
- termcap_dep = dependency(termcap)
- termcap_flags = '-DHAVE_TERMCAP'
- else
- termcap_dep = []
- termcap_flags = []
-endif
-
if get_option('buildtype').startswith('debug')
cc_debug_flags = ['-DRC_DEBUG']
else