[gnome-online-accounts/wip/rishi/meson-polish: 12/15] build: Fix the sources of the web extension in the Meson build
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/wip/rishi/meson-polish: 12/15] build: Fix the sources of the web extension in the Meson build
- Date: Sat, 4 Jan 2020 22:29:37 +0000 (UTC)
commit 2e2d1815127a800061990882584e2e10e1a33bf4
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Dec 20 19:45:29 2019 +0100
build: Fix the sources of the web extension in the Meson build
The web extension doesn't use goaconfig.h, and even if it ever does,
in future, it will do so via its dependency on libgoa-backend-1.0.so.
https://gitlab.gnome.org/GNOME/gnome-online-accounts/merge_requests/41
src/goabackend/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/goabackend/meson.build b/src/goabackend/meson.build
index 9e10bd2c..2c709f06 100644
--- a/src/goabackend/meson.build
+++ b/src/goabackend/meson.build
@@ -152,7 +152,7 @@ deps = [
libgoa_web_extension = shared_module(
'goawebextension',
- sources + [goaconfig_h, libgoa_backend_headers_built],
+ sources + libgoa_backend_headers_built,
include_directories: common_incs + [goa_inc],
dependencies: deps,
c_args: cflags,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]