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:

committed by
Aleksander Morgado

parent
549e2f5118
commit
efcfce02a9
@@ -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')
|
||||
|
Reference in New Issue
Block a user