I worked it out, needed to tell the vala
compiler that there were some extra vapi
files available.
Just added the following to the snippetpixie
part…
build-environment:
- VALAFLAGS: " --vapidir $SNAPCRAFT_STAGE/usr/share/vala/vapi"
I worked it out, needed to tell the vala
compiler that there were some extra vapi
files available.
Just added the following to the snippetpixie
part…
build-environment:
- VALAFLAGS: " --vapidir $SNAPCRAFT_STAGE/usr/share/vala/vapi"