diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/meson.build b/tools/meson.build new file mode 100644 index 00000000..37a3be76 --- /dev/null +++ b/tools/meson.build @@ -0,0 +1,5 @@ +executable('gen-script-for-lang', 'gen-script-for-lang.c', + dependencies: pango_deps + [ libpango_dep ], + c_args: common_cflags + pango_debug_cflags + [ '-DPANGO_DISABLE_DEPRECATED' ], + include_directories: root_inc, + install: false) |