[tracker-miners/tracker-miners-2.1] build: Remove unnecessary uuid util-linux hard dependency
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/tracker-miners-2.1] build: Remove unnecessary uuid util-linux hard dependency
- Date: Thu, 21 Feb 2019 10:34:24 +0000 (UTC)
commit fe2a825093cd20f0887926d2d77d21514487d6e1
Author: Mart Raudsepp <leio gentoo org>
Date: Fri Feb 15 01:12:25 2019 +0200
build: Remove unnecessary uuid util-linux hard dependency
tracker core might use uuid, but nothing in tracker-miners needs it
(cherry-picked from 5eee9f8618b8d4b1f2c5e858213de0d5883cc950)
meson.build | 8 --------
1 file changed, 8 deletions(-)
---
diff --git a/meson.build b/meson.build
index 82813b7f0..696a3c8a9 100644
--- a/meson.build
+++ b/meson.build
@@ -93,14 +93,6 @@ zlib = dependency('zlib')
libgif = cc.find_library('gif', required: get_option('gif'))
libmath = cc.find_library('m', required: false)
-# FIXME: here we work around a quirk todo with Meson and Vala: the 'uuid'
-# pkg-config component corresponds to 'libuuid.vapi', but Meson assumes that
-# .vapi name always matches pkg-config name, and will add `--pkg uuid` to the
-# Vala commandline. By finding 'uuid' using find_library() instead, we get
-# a dependency object back that won't cause any `--pkg` arguments to be added
-# to the Vala commandline, but still works as expected for C code.
-uuid = cc.find_library('uuid')
-
have_tracker_extract = get_option('extract')
have_tracker_miner_apps = get_option('miner_apps')
have_tracker_miner_fs = get_option('miner_fs')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]