|
|
@ -5,6 +5,10 @@ if not gir.found() |
|
|
|
error('MESON_SKIP_TEST g-ir-scanner not found.') |
|
|
|
error('MESON_SKIP_TEST g-ir-scanner not found.') |
|
|
|
endif |
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if build_machine.system() == 'cygwin' |
|
|
|
|
|
|
|
error('MESON_SKIP_TEST GIR seems to be broken in Cygwin and no-one knows how to fix it. Thus we have to disable this.') |
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
python3 = import('python3') |
|
|
|
python3 = import('python3') |
|
|
|
py3 = python3.find_python() |
|
|
|
py3 = python3.find_python() |
|
|
|
if run_command(py3, '-c', 'import gi;').returncode() != 0 |
|
|
|
if run_command(py3, '-c', 'import gi;').returncode() != 0 |
|
|
|