[planner: 5/61] build: Depend explicitly on libxslt for msp-plugin




commit e9144cf155d97705e54805a0f45e16ead1e74f82
Author: Mart Raudsepp <leio gentoo org>
Date:   Fri Mar 6 22:11:02 2020 +0200

    build: Depend explicitly on libxslt for msp-plugin
    
    This was missing with autotools too, but there the header CFLAGS
    leaked in from libplanner ones and the linking worked implicitly
    via libglade. This was similar with meson, but we are about to
    remove the libglade dep, which would break this.

 src/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/meson.build b/src/meson.build
index 33d4f90b..ab8f6a33 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -147,7 +147,7 @@ libxmlplanner_plugin_module = shared_module('xmlplanner-plugin',
 libmsp_plugin_srcs = [ 'planner-msp-plugin.c' ]
 libmsp_plugin_module = shared_module('msp-plugin',
   [libmsp_plugin_srcs],
-  dependencies: [planner_deps],
+  dependencies: [planner_deps, xslt_dep, exslt_dep],
   include_directories: [toplevel_inc],
   install: true,
   install_dir: planner_plugindir,


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