[seahorse/wip/hkp-test: 1/3] libseahorse: Add common_dep as dependency




commit 325b2feb79c0802921405154a565fcf203eb6c8a
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sun Mar 21 16:06:29 2021 +0100

    libseahorse: Add common_dep as dependency
    
    With the removal of SeahorseWidget, there is finally no more awkward
    circular dependency going on between libseahorse and common. This means
    we can finally start linking backends on their own, which is useful for
    tests.

 meson.build     | 2 +-
 pgp/meson.build | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index ce40cd95..51637afe 100644
--- a/meson.build
+++ b/meson.build
@@ -161,6 +161,7 @@ if get_option('help')
   subdir('help')
 endif
 subdir('common')
+subdir('libseahorse')
 subdir('gkr')
 subdir('ssh')
 if get_option('pgp-support')
@@ -169,5 +170,4 @@ endif
 if get_option('pkcs11-support')
   subdir('pkcs11')
 endif
-subdir('libseahorse')
 subdir('src')
diff --git a/pgp/meson.build b/pgp/meson.build
index b7a5390c..0b7b41bb 100644
--- a/pgp/meson.build
+++ b/pgp/meson.build
@@ -36,10 +36,12 @@ pgp_sources = files(
 )
 
 pgp_dependencies = [
+  config,
   glib_deps,
   gcr,
   gpgme_dep,
   common_dep,
+  libseahorse_dep,
 ]
 
 pgp_c_flags = [


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]