summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2023-03-02 12:20:34 +0100
committerCarlos Garnacho <carlosg@gnome.org>2023-03-02 15:44:59 +0100
commite765d0cb2b71c110c08461bef2ca04f313cbad94 (patch)
tree83ff45b89485ee6a365f6a1f0db6ba1eccff4553 /meson.build
parentdcc7f767b3a705728c30c81cb38789262cf62b8c (diff)
downloadtracker-e765d0cb2b71c110c08461bef2ca04f313cbad94.tar.gz
build: Remove define leftovers
The HAVE_LIBICU/LIBUNISTRING defines should not be needed for anything now.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 48fd039ad..81aecf42d 100644
--- a/meson.build
+++ b/meson.build
@@ -291,9 +291,7 @@ conf = configuration_data()
# Config that goes in config.h
-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_STATVFS64', cc.has_header_symbol('sys/statvfs.h', 'statvfs64', args: '-D_LARGEFILE64_SOURCE'))