diff options
| author | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-17 05:50:43 +0000 |
|---|---|---|
| committer | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-17 20:54:37 +0000 |
| commit | bd52d79b850a5137bc246b53b88552c02d77a0d8 (patch) | |
| tree | 5ac7f196e1c9742bc034be22a95a87a6faf08166 /src | |
| parent | [meson-build] fix broken build of libextension static lib (diff) | |
| download | inkscape-bd52d79b850a5137bc246b53b88552c02d77a0d8.tar.gz inkscape-bd52d79b850a5137bc246b53b88552c02d77a0d8.zip | |
[meson-build] a few more dependencies
Diffstat (limited to 'src')
| -rw-r--r-- | src/extension/meson.build | 3 | ||||
| -rw-r--r-- | src/meson.build | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/src/extension/meson.build b/src/extension/meson.build index b86102f44..a549f0289 100644 --- a/src/extension/meson.build +++ b/src/extension/meson.build @@ -239,7 +239,8 @@ extension_headers = files([ libextension_deps = [ gtkmm_dep, - xml2_dep + xml2_dep, + xslt_dep ] libextension = static_library('extension', diff --git a/src/meson.build b/src/meson.build index c2a89cead..5f39d68f9 100644 --- a/src/meson.build +++ b/src/meson.build @@ -257,12 +257,14 @@ srcdir_deps = [ gtkmm_dep, glibmm_dep, gdl_dep, + gmodule_dep, xml2_dep, sigcpp_dep, libhelper_dep, libcola_dep, libavoid_dep, - libdisplay_dep + libdisplay_dep, + libextension_dep ] lib_srcdir = static_library('srcdir', |
