[gnome-nibbles/arnaudb/wip/gtk4: 141/188] Drop Clutter dependency.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-nibbles/arnaudb/wip/gtk4: 141/188] Drop Clutter dependency.
- Date: Fri, 2 Oct 2020 15:55:21 +0000 (UTC)
commit f11ee3cfe3c7a15103573fe786bde15b2c8569e7
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Mon May 25 23:50:33 2020 +0200
Drop Clutter dependency.
meson.build | 2 --
src/meson.build | 2 --
2 files changed, 4 deletions(-)
---
diff --git a/meson.build b/meson.build
index fba3df8..e19ec21 100644
--- a/meson.build
+++ b/meson.build
@@ -18,8 +18,6 @@ bindir = join_paths(prefix, get_option ('bindir'))
# Dependencies
glib_version = '2.42.0'
-clutter_dep = dependency('clutter-1.0', version: '>= 1.22.0')
-clutter_gtk_dep = dependency('clutter-gtk-1.0', version: '>= 1.4.0')
gee_dep = dependency('gee-0.8')
gio_dep = dependency('gio-2.0', version: '>= @0@'.format(glib_version))
glib_dep = dependency('glib-2.0', version: '>= @0@'.format(glib_version))
diff --git a/src/meson.build b/src/meson.build
index 0d704c7..c02937f 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -37,8 +37,6 @@ gnome_nibbles_sources = [
]
gnome_nibbles_deps = [
- clutter_dep,
- clutter_gtk_dep,
gee_dep,
gio_dep,
glib_dep,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]