[gnome-online-accounts/wip/rishi/meson-polish: 4/7] build: Fix the sources of the web extension in the Meson build



commit 6495730f0c356a4b74bc345be0920049cbecf0e2
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 goabackendenumtypes.h and goaconfig.h.
    If if it ever uses them 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..db250dc5 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,
   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]