diff options
| author | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-17 00:11:50 +0000 |
|---|---|---|
| committer | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-17 20:54:37 +0000 |
| commit | b6b7e90461447d23ac91ff6eb1117f2b30bd5803 (patch) | |
| tree | b842222c08f22642c6b06e965fa3b98e7a568a25 | |
| parent | [meson-build] libwidgets (diff) | |
| download | inkscape-b6b7e90461447d23ac91ff6eb1117f2b30bd5803.tar.gz inkscape-b6b7e90461447d23ac91ff6eb1117f2b30bd5803.zip | |
[meson-build] libx11
| -rw-r--r-- | meson.build | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 6c906d617..1bdb9c50b 100644 --- a/meson.build +++ b/meson.build @@ -51,6 +51,7 @@ gsl_dep = dependency('gsl', required : tru png_dep = dependency('libpng', version: png_req, required : true) soup_dep = dependency('libsoup-2.4', version: soup_req, required : true) zlib_dep = dependency('zlib', version: zlib_req, required : true) +x11_dep = dependency('x11', required : true) add_project_arguments('-DHAVE_CONFIG_H', language: 'cpp') @@ -92,13 +93,14 @@ common_deps = [ lib2geom_dep, libspobject_dep, libhelper_dep, - libxml_dep + libxml_dep, ] inkscape_deps = [ glibmm_dep, gtkmm_dep, - xml2_dep + xml2_dep, + x11_dep ] executable('inkscape', |
