diff options
| author | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-16 21:15:52 +0000 |
|---|---|---|
| committer | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-17 20:54:37 +0000 |
| commit | dcd9713f1cab32aed049436a74d20caaf18b2219 (patch) | |
| tree | ee71543249e7de7778898dbd12efbaafc65602a3 /src/xml | |
| parent | [meson-build] declare some more dependencies (diff) | |
| download | inkscape-dcd9713f1cab32aed049436a74d20caaf18b2219.tar.gz inkscape-dcd9713f1cab32aed049436a74d20caaf18b2219.zip | |
[meson-build] libdebug
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 4aa41e596..f893fa71c 100644 --- a/src/xml/meson.build +++ b/src/xml/meson.build @@ -52,7 +52,8 @@ xml_headers = files([ xml_deps = [ glib_dep, glibmm_dep, - xml2_dep + xml2_dep, + libdebug_dep ] lib_xml = static_library('xml', |
