diff options
| author | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-16 01:24:23 +0000 |
|---|---|---|
| committer | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-17 20:54:37 +0000 |
| commit | 2ee4fc994c46f38839c80bfc5015ba3a8fb3a3e6 (patch) | |
| tree | 1fdefdef4e57679807a345111d10e14e19639e1c /src/libnrtype | |
| parent | [meson-build] building the ui (diff) | |
| download | inkscape-2ee4fc994c46f38839c80bfc5015ba3a8fb3a3e6.tar.gz inkscape-2ee4fc994c46f38839c80bfc5015ba3a8fb3a3e6.zip | |
[meson-build] wip: inkgc + ui + libnrtype
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libnrtype/meson.build b/src/libnrtype/meson.build index c440f4f0e..d84586d6e 100644 --- a/src/libnrtype/meson.build +++ b/src/libnrtype/meson.build @@ -34,3 +34,4 @@ libnrtype = static_library('nrtype', c_args: common_cflags, link_args: common_ldflags) +libnrtype_dep = declare_dependency(link_with : libnrtype) |
