commit | 484313ff3667f279f0a1d98021b2e5719508ad31 | [log] [tgz] |
---|---|---|
author | Mathieu Duponchelle <mathieu@centricular.com> | Tue Jun 05 02:15:43 2018 +0200 |
committer | Ebrahim Byagowi <ebrahim@gnu.org> | Wed Mar 11 19:18:57 2020 +0330 |
tree | 6c2340e23803ea6cc47ad3b79332760fe88ba92d | |
parent | d4a723732791a4806d92828d55fd6138d857722d [diff] [blame] |
meson: install
diff --git a/meson.build b/meson.build index aa7e361..2b8f4f8 100644 --- a/meson.build +++ b/meson.build
@@ -1,6 +1,7 @@ project('harfbuzz', 'c', 'cpp', version: '1.7.6') +pkgmod = import('pkgconfig') cpp = meson.get_compiler('cpp') python3 = import('python').find_installation('python3')