this post was submitted on 03 Jun 2025
1 points (100.0% liked)

Gnome Development

206 readers
1 users here now

founded 2 years ago
MODERATORS
 

If you want to use Blueprint in a flatpak build, you need to add it as a module in your flatpak manifest.

{
  "name": "blueprint-compiler",
  "buildsystem": "meson",
  "cleanup": ["*"],
  "sources": [
    {
      "type": "git",
      "url": "https://gitlab.gnome.org/GNOME/blueprint-compiler",
      "tag": "v0.16.0"
    }
  ]
}

Then run your normal flatpak-builder command.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here