From 536794dfad33be978c7b1f8005c899c8d4ce2fa6 Mon Sep 17 00:00:00 2001 From: Oskari Pirhonen Date: Tue, 20 Feb 2024 00:17:56 -0600 Subject: Trivial curses/termcap removal Remove the curses code and make the HAVE_TERMCAP-gated "fallbacks" always present. This makes an ANSI terminal required for colors. X-Gentoo-Bug: https://bugs.gentoo.org/904277 Closes: https://github.com/OpenRC/openrc/issues/619 --- meson.build | 9 --------- 1 file changed, 9 deletions(-) (limited to 'meson.build') 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 -- cgit v1.2.3