mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
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:
parent
22b516a1cc
commit
326b2feddb
2 changed files with 3 additions and 1 deletions
|
@ -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, ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue