diff options
| author | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-16 03:16:29 +0000 |
|---|---|---|
| committer | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-17 20:54:37 +0000 |
| commit | afc9c11e9a698af1f9dd7cb3846e4a858724ee5c (patch) | |
| tree | 6eaf133e0f0a5d301e60ab529afa35c5ae099720 /src/inkgc | |
| parent | [meson-build] wip: inkgc + ui + libnrtype (diff) | |
| download | inkscape-afc9c11e9a698af1f9dd7cb3846e4a858724ee5c.tar.gz inkscape-afc9c11e9a698af1f9dd7cb3846e4a858724ee5c.zip | |
[meson-build] declaring more libnrtype and libinkgc dependencies
Diffstat (limited to 'src/inkgc')
| -rw-r--r-- | src/inkgc/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/inkgc/meson.build b/src/inkgc/meson.build index 80e3e1a31..c69603315 100644 --- a/src/inkgc/meson.build +++ b/src/inkgc/meson.build @@ -13,7 +13,8 @@ inkgc_headers = files([ inkgc_deps = [ glib_dep, glibmm_dep, - sigcpp_dep + sigcpp_dep, + boehmgc_dep ] libinkgc = static_library('inkgc', |
