diff --git a/flatpak/com.github.tenderowl.frog.json b/flatpak/com.github.tenderowl.frog.json index a4e7878..3950a39 100644 --- a/flatpak/com.github.tenderowl.frog.json +++ b/flatpak/com.github.tenderowl.frog.json @@ -26,6 +26,17 @@ "*.a" ], "modules" : [ + { + "name" : "blueprint-compiler", + "buildsystem" : "meson", + "sources" : [ + { + "type" : "git", + "url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler.git", + "tag" : "v0.8.1" + } + ] + }, "leptonica.json", "tesseract.json", "libportal.json", diff --git a/subprojects/blueprint-compiler.wrap b/subprojects/blueprint-compiler.wrap deleted file mode 100644 index 0dbd898..0000000 --- a/subprojects/blueprint-compiler.wrap +++ /dev/null @@ -1,8 +0,0 @@ -[wrap-git] -directory = blueprint-compiler -url = https://gitlab.gnome.org/jwestman/blueprint-compiler.git -revision = v0.8.1 -depth = 1 - -[provide] -program_names = blueprint-compiler \ No newline at end of file