extensions: do not build Vala plug-in without GObject Introspection.

Though GObject Introspection is normally not an option, the only case we
don't build it yet is when cross-compiling (as we haven't found the
right way to do it). So let's not build the Goat Exercise plug-in in
Vala in such case as we needed the introspected libgimp.
This commit is contained in:
Jehan 2020-10-18 00:34:02 +02:00
parent 22b516a1cc
commit 326b2feddb
2 changed files with 3 additions and 1 deletions

View file

@ -42,7 +42,7 @@ install_data(
# Vala version
if have_vala
if have_vala and have_gobject_introspection
exe = executable('goat-exercise-vala',
'goat-exercise-vala.vala',
include_directories: [ rootInclude, ],