summaryrefslogtreecommitdiff
path: root/www-client/tangram/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-18 22:13:50 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-18 22:13:50 +0100
commit6b36d02cbdfea303a1d9bf985b6e8c984c7ac3cf (patch)
tree5b12e13d34ece81eb6b5991db8928e24538287a2 /www-client/tangram/files
parentae7f349673c9e013e85bbc65e873d3363467a293 (diff)
gentoo auto-resync : 18:05:2023 - 22:13:50
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')