[gnome-online-accounts/wip/rishi/meson-polish: 8/15] build: Use a separate variable for the libgoa-1.0.so dependencies
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/wip/rishi/meson-polish: 8/15] build: Use a separate variable for the libgoa-1.0.so dependencies
- Date: Sat, 4 Jan 2020 22:29:17 +0000 (UTC)
commit bcae254df37c77e5d4e18af16818757e179d7900
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]