summaryrefslogtreecommitdiff
path: root/www-client/tangram/files
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/tangram/files')
-rw-r--r--www-client/tangram/files/tangram-2.0-meson-blueprint-compiler.patch11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index 1ea82d214aee..000000000000
--- a/www-client/tangram/files/tangram-2.0-meson-blueprint-compiler.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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')