Skip to content

Commit 616f4ec

Browse files
t-8chkarelzak
authored andcommitted
meson: remove tinfo dependency from 'more'
The more utility does not need libtinfo and it is not specified in autotools either. Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de> (cherry picked from commit 363e48d)
1 parent f59b47d commit 616f4ec

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

meson.build

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,8 +1387,7 @@ exe = executable(
13871387
more_sources,
13881388
link_with : [lib_common],
13891389
include_directories : includes,
1390-
dependencies : [lib_tinfo,
1391-
curses_libs,
1390+
dependencies : [curses_libs,
13921391
lib_magic],
13931392
install : opt,
13941393
build_by_default : opt)
@@ -1398,8 +1397,7 @@ exe2 = executable(
13981397
link_with : [lib_common],
13991398
include_directories : includes,
14001399
c_args : '-DTEST_PROGRAM',
1401-
dependencies : [lib_tinfo,
1402-
curses_libs,
1400+
dependencies : [curses_libs,
14031401
lib_magic],
14041402
build_by_default : opt and program_tests)
14051403
exes += exe

0 commit comments

Comments
 (0)