diff options
author | Wu Xiaotian <[email protected]> | 2019-05-28 14:29:42 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-11 16:06:41 +0200 |
commit | 451baa964b34accd93af19ab8c6aa93636bf79fd (patch) | |
tree | 864225e365b684f40d4cda42a20ec61462a59a16 /meson.build | |
parent | d53d2be25eded44f81c126c9d904d21774f7ee42 (diff) | |
download | mate-desktop-451baa964b34accd93af19ab8c6aa93636bf79fd.tar.bz2 mate-desktop-451baa964b34accd93af19ab8c6aa93636bf79fd.tar.xz |
Add test code for mate-languages.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index defef4d..00da23c 100644 --- a/meson.build +++ b/meson.build @@ -62,6 +62,7 @@ config_h.set_quoted('LOCALEDIR', matedt_localedir) common_flags = [ '-DHAVE_CONFIG_H', + '-I' + meson.build_root(), '-DPACKAGE_VERSION="@0@"'.format(matedt_version), ] |