[gnome-software: 3/13] build: Simplify the dummy plugin dependency list




commit 47fe3ee8764286a5c190b8458f150cec48c4a34b
Author: Philip Withnall <pwithnall endlessos org>
Date:   Tue Jan 26 16:38:29 2021 +0000

    build: Simplify the dummy plugin dependency list
    
    It’s simpler to use `plugin_libs` rather than listing (almost) all of
    them explicitly again.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 plugins/dummy/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/dummy/meson.build b/plugins/dummy/meson.build
index 9235f4ef..9d23792d 100644
--- a/plugins/dummy/meson.build
+++ b/plugins/dummy/meson.build
@@ -12,7 +12,7 @@ shared_module(
   install : true,
   install_dir: plugin_dir,
   c_args : cargs,
-  dependencies : [appstream_glib, gio_unix, goa, gtk, libsoup],
+  dependencies : [plugin_libs],
   link_with : [
     libgnomesoftware
   ]


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