From 0eb87e1baff89e7a979df23f31ca918f9d107e44 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 9 Dec 2016 19:48:47 +0100 Subject: charset_conv: drop enca and libguess support Enca is dead. libguess is relatively useless due to not having an universal detection mode. On the other hand, libuchardet is actively developed. Manpages changes in the following commit. --- wscript | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 83d74c5f21..9d9c6a8047 100644 --- a/wscript +++ b/wscript @@ -355,16 +355,6 @@ iconv support use --disable-iconv.", 'name': '--cdda', 'desc': 'cdda support (libcdio)', 'func': check_pkg_config('libcdio_paranoia'), - }, { - 'name': '--enca', - 'desc': 'ENCA support', - 'deps': [ 'iconv' ], - 'func': check_statement('enca.h', 'enca_get_languages(NULL)', lib='enca'), - }, { - 'name': '--libguess', - 'desc': 'libguess support', - 'deps': [ 'iconv' ], - 'func': check_pkg_config('libguess', '>= 1.0'), }, { 'name': '--uchardet', 'desc': 'uchardet support', -- cgit v1.2.3