diff options
| author | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-16 23:30:46 +0000 |
|---|---|---|
| committer | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-17 20:54:37 +0000 |
| commit | 95e28934356553f6535d2893d2b7569af0460cdb (patch) | |
| tree | 165a660539c48f620848786fbb305f131ff01abf /src/xml | |
| parent | [meson-build] libutil (diff) | |
| download | inkscape-95e28934356553f6535d2893d2b7569af0460cdb.tar.gz inkscape-95e28934356553f6535d2893d2b7569af0460cdb.zip | |
[meson-build] libio + zlib
Diffstat (limited to 'src/xml')
| -rw-r--r-- | src/xml/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xml/meson.build b/src/xml/meson.build index 33e5d9c11..a3187a3ad 100644 --- a/src/xml/meson.build +++ b/src/xml/meson.build @@ -54,7 +54,8 @@ xml_deps = [ glibmm_dep, xml2_dep, libdebug_dep, - libutil_dep + libutil_dep, + libio_dep ] lib_xml = static_library('xml', |
