[gnome-online-accounts/wip/rishi/meson-polish: 3/5] build: Use a separate variable for the libgoa-1.0.so dependencies



commit b5a198222ece201dbb350f35fa0af1b799eb79f3
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Dec 19 22:41:19 2019 +0100

    build: Use a separate variable for the libgoa-1.0.so dependencies
    
    https://gitlab.gnome.org/GNOME/gnome-online-accounts/merge_requests/41

 src/goa/meson.build | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/src/goa/meson.build b/src/goa/meson.build
index e2c52043..1f4d2acb 100644
--- a/src/goa/meson.build
+++ b/src/goa/meson.build
@@ -5,6 +5,10 @@ libgoa_deps_public = [
   glib_dep,
 ]
 
+libgoa_deps = libgoa_deps_public + [
+  gio_unix_dep,
+]
+
 libgoa_headers_static = files(
   'goaclient.h',
   'goaerror.h',
@@ -88,7 +92,7 @@ libgoa = shared_library(
   sources: libgoa_sources,
   version: goa_libversion,
   include_directories: common_incs,
-  dependencies: libgoa_deps_public + [gio_unix_dep],
+  dependencies: libgoa_deps,
   c_args: cflags,
   install: true
 )


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