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



commit 08d79b553cb0066e0c634d45460644c1df843ed8
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

 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 325a4c27..b638a2ee 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 = 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]