From efcfce02a95fe43adb40c1e01e82e0719a217983 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 27 Apr 2023 11:23:22 +0000 Subject: build-aux,mkenums: import custom mkenums tool from libqmi/libmbim We're going to use certain new features included in the custom tool. --- meson.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index d7085f92..09ae4488 100644 --- a/meson.build +++ b/meson.build @@ -50,15 +50,19 @@ mm_gir_version = '1.0' gnome = import('gnome') i18n = import('i18n') pkg = import('pkgconfig') +python = import('python').find_installation('python3') source_root = meson.current_source_dir() build_root = meson.current_build_dir() build_aux_dir = source_root / 'build-aux' +templates_dir = source_root / 'build-aux/templates' po_dir = source_root / 'po' src_dir = source_root / 'src' plugins_dir = source_root / 'src/plugins' +mm_mkenums = find_program(source_root / 'build-aux/mm-mkenums') + top_inc = include_directories('.') cc = meson.get_compiler('c') -- cgit v1.2.3-70-g09d2