[seahorse/wip/nielsdg/datetime: 3/3] Remove libegg
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse/wip/nielsdg/datetime: 3/3] Remove libegg
- Date: Sun, 28 Feb 2021 18:05:50 +0000 (UTC)
commit 68f5f168e91836f3da2d707b8d3eeb2572b40865
Author: Niels De Graef <nielsdegraef gmail com>
Date: Sat Feb 27 23:22:13 2021 +0100
Remove libegg
common/config.vapi | 7 -
libegg/eggtreemultidnd.c | 415 -----------------------------------------------
libegg/eggtreemultidnd.h | 73 ---------
libegg/meson.build | 22 ---
libseahorse/meson.build | 1 -
meson.build | 1 -
src/meson.build | 5 -
7 files changed, 524 deletions(-)
---
diff --git a/common/config.vapi b/common/config.vapi
index 37017d1b..48023b5f 100644
--- a/common/config.vapi
+++ b/common/config.vapi
@@ -84,10 +84,3 @@ public class Pkcs11.Backend {
public static Gcr.Collection get_writable_tokens(Pkcs11.Backend? self, ulong with_mechanism);
}
}
-
-namespace Egg {
-[CCode (cheader_filename = "libegg/eggtreemultidnd.h")]
-namespace TreeMultiDrag {
- public void add_drag_support(Gtk.TreeView view);
-}
-}
diff --git a/libseahorse/meson.build b/libseahorse/meson.build
index a2dab02f..aabe28d8 100644
--- a/libseahorse/meson.build
+++ b/libseahorse/meson.build
@@ -16,7 +16,6 @@ libseahorse_deps = [
glib_deps,
gcr,
libsecret,
- libtreemultidnd_dep,
common_dep,
]
diff --git a/meson.build b/meson.build
index a082ea10..ce40cd95 100644
--- a/meson.build
+++ b/meson.build
@@ -161,7 +161,6 @@ if get_option('help')
subdir('help')
endif
subdir('common')
-subdir('libegg')
subdir('gkr')
subdir('ssh')
if get_option('pgp-support')
diff --git a/src/meson.build b/src/meson.build
index fc6d0420..396f9c4c 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -28,10 +28,6 @@ seahorse_dependencies = [
ssh_dep,
]
-seahorse_linkedlibs = [
- libtreemultidnd_lib,
-]
-
seahorse_c_flags = [
'-DHANDY_USE_UNSTABLE_API',
]
@@ -54,6 +50,5 @@ seahorse_exe = executable('seahorse',
dependencies: seahorse_dependencies,
vala_args: seahorse_vala_flags,
c_args: seahorse_c_flags,
- link_with: seahorse_linkedlibs,
install: true,
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]