[gnome-notes/remove-uuid-dependency: 2/2] meson: remove uuid dependency
- From: Isaque Galdino de Araujo <igaldino src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-notes/remove-uuid-dependency: 2/2] meson: remove uuid dependency
- Date: Mon, 17 May 2021 01:02:16 +0000 (UTC)
commit cbadb5e8b7d3e5e6672e8acab82276c174999a12
Author: Isaque Galdino <igaldino gmail com>
Date: Sun May 16 21:46:34 2021 -0300
meson: remove uuid dependency
As pointed out by user @jasperla in issue #176, Notes doesn't use libuuid.
It uses glib uuid function g_uuid_string_random() instead.
meson.build | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index f029b13..025ae5b 100644
--- a/meson.build
+++ b/meson.build
@@ -125,7 +125,6 @@ bijiben_deps = [
dependency('libhandy-1', version: '>= 1.0.0'),
dependency('libxml-2.0'),
dependency('libcurl'),
- dependency('uuid'),
dependency('webkit2gtk-4.0', version: '>= 2.26'),
cc.find_library('m')
]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]