[tracker-miners] meson: Fix breakage when building with charset_detection=enca
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners] meson: Fix breakage when building with charset_detection=enca
- Date: Sat, 16 Dec 2017 14:41:17 +0000 (UTC)
commit be1a5ff29066b7db2f5d2827080cae3ee5084c86
Author: Sam Thursfield <sam afuera me uk>
Date: Sat Dec 16 14:20:05 2017 +0000
meson: Fix breakage when building with charset_detection=enca
meson.build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index ecda78c..0caa2bc 100644
--- a/meson.build
+++ b/meson.build
@@ -158,7 +158,7 @@ else
endif
endif
-if charset_library_name == 'none' and get_option('charset_library') != 'none'
+if charset_library_name == 'none' and get_option('charset_detection') != 'none'
enca = dependency('enca', version: '>= 1.9', required: false)
if enca.found()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]