build-aux,mkenums: import custom mkenums tool from libqmi/libmbim

We're going to use certain new features included in the custom tool.
This commit is contained in:
Aleksander Morgado
2023-04-27 11:23:22 +00:00
committed by Aleksander Morgado
parent 549e2f5118
commit efcfce02a9
22 changed files with 985 additions and 79 deletions

View File

@@ -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')