summaryrefslogtreecommitdiff
path: root/www-client/tangram/files/tangram-2.0-meson-blueprint-compiler.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/tangram/files/tangram-2.0-meson-blueprint-compiler.patch')
-rw-r--r--www-client/tangram/files/tangram-2.0-meson-blueprint-compiler.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/www-client/tangram/files/tangram-2.0-meson-blueprint-compiler.patch b/www-client/tangram/files/tangram-2.0-meson-blueprint-compiler.patch
new file mode 100644
index 000000000000..1ea82d214aee
--- /dev/null
+++ b/www-client/tangram/files/tangram-2.0-meson-blueprint-compiler.patch
@@ -0,0 +1,11 @@
+--- a/src/meson.build
++++ b/src/meson.build
+@@ -5,7 +5,7 @@ blueprint_compiler = find_program(
+ # Flatpak
+ '/app/bin/blueprint-compiler',
+ # host
+- '../blueprint-compiler/blueprint-compiler.py'
++ 'blueprint-compiler'
+ )
+
+ gjspack = find_program('../troll/gjspack/bin/gjspack')