summaryrefslogtreecommitdiffstats
path: root/src/libnrtype
diff options
context:
space:
mode:
authorFelipe CorrĂȘa da Silva Sanches <juca@members.fsf.org>2018-03-16 01:24:23 +0000
committerFelipe CorrĂȘa da Silva Sanches <juca@members.fsf.org>2018-03-17 20:54:37 +0000
commit2ee4fc994c46f38839c80bfc5015ba3a8fb3a3e6 (patch)
tree1fdefdef4e57679807a345111d10e14e19639e1c /src/libnrtype
parent[meson-build] building the ui (diff)
downloadinkscape-2ee4fc994c46f38839c80bfc5015ba3a8fb3a3e6.tar.gz
inkscape-2ee4fc994c46f38839c80bfc5015ba3a8fb3a3e6.zip
[meson-build] wip: inkgc + ui + libnrtype
Diffstat (limited to 'src/libnrtype')
-rw-r--r--src/libnrtype/meson.build1
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)