]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
flatpak: build with builddir=false
authorLorenz Wildberg <lorenz@wild-fisch.de>
Wed, 25 Oct 2023 13:58:31 +0000 (15:58 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 17 Nov 2023 15:40:05 +0000 (15:40 +0000)
Vala needs to be built in the same directory as the sources are.
builddir=false forces that.

build-aux/flatpak/dev.vala.valac.json

index de6d2b67719b9fa735d693bab2776c617e3d470d..0c3a8bbe58483ec65a4808c4e378b57e0664f637 100644 (file)
@@ -18,6 +18,7 @@
             "name": "valac",
             "buildsystem": "autotools",
             "config-opts": ["--enable-debug"],
+            "builddir": false,
             "sources": [
                 {
                     "type": "git",