[tracker] meson: Fix libunistring detection and codepath
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] meson: Fix libunistring detection and codepath
- Date: Sat, 16 Dec 2017 14:23:55 +0000 (UTC)
commit d5e9ce54196d5c9086423e688c8014c1225b858b
Author: Sam Thursfield <sam afuera me uk>
Date: Sat Dec 16 14:21:08 2017 +0000
meson: Fix libunistring detection and codepath
meson.build | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index f02f891..36e0084 100644
--- a/meson.build
+++ b/meson.build
@@ -117,7 +117,7 @@ elif get_option('unicode_support') == 'icu'
endif
if unicode_library_name == ''
- libunistring = cc.find_library('libunistring', required: false)
+ libunistring = cc.find_library('unistring', required: false)
if libunistring.found()
unicode_library = libunistring
@@ -193,7 +193,7 @@ conf.set('DISABLE_JOURNAL', get_option('journal') == false)
conf.set10('HAVE_TRACKER_FTS', enable_fts)
conf.set('HAVE_BUILTIN_FTS', sqlite3_has_builtin_fts5)
-conf.set10('HAVE_LIBICU', unicode_library_name == 'icu')
+conf.set('HAVE_LIBICU', unicode_library_name == 'icu')
conf.set('HAVE_LIBSTEMMER', have_libstemmer)
conf.set('HAVE_LIBUNISTRING', unicode_library_name == 'unistring')
conf.set('HAVE_NETWORK_MANAGER', network_manager.found())
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]