Package `libadwaita-1' not found in VAPI directories

I was going to submit my app, Random, to Flathub (issue here), but after a long time of trial and error, I get confronted with this message:

error: Package `libadwaita-1' not found in specified Vala API directories or GObject-Introspection GIR directories

It builds fine locally. Does anyone know what is going wrong? Any help would be appreciated. Thanks!

It seems like you’re building libadwaita with -Dvapi=false when you actually do need the vapi files. Enabling the option should fix your build failure.

Thanks! I did not notice that. :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.