aboutsummaryrefslogtreecommitdiffstats
path: root/community/tilix/dont-use-dub.patch
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2021-04-06 12:02:13 +0200
committerRasmus Thomsen <oss@cogitri.dev>2021-04-09 11:38:39 +0000
commit45f49c790040fb5625083e37a2300ea312dd409a (patch)
tree412bb09fb47558bab4ca94669f858cf2776fbe16 /community/tilix/dont-use-dub.patch
parentb9a0a362fa0b915f540bb6bb5aa4b45615c9e3eb (diff)
community/tilix: upgrade to 1.9.4
Diffstat (limited to 'community/tilix/dont-use-dub.patch')
-rw-r--r--community/tilix/dont-use-dub.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/community/tilix/dont-use-dub.patch b/community/tilix/dont-use-dub.patch
deleted file mode 100644
index 38a425863b9..00000000000
--- a/community/tilix/dont-use-dub.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/meson.build
-+++ b/meson.build
-@@ -93,12 +93,8 @@ source_root = meson.source_root()
- sources_dir = include_directories('source/')
-
- # Dependencies
--# Note relying on dub to fetch and build dependencies before running meson build is temporary due to a bug in Meson 0.48
--# gtkd_dep = dependency('gtkd-3', version: '>= 3.8.5')
--# vted_dep = dependency('vted-3', version: '>= 3.8.5')
--
--gtkd_dep = dependency('gtk-d:gtkd', version: '>=3.8.5', method: 'dub')
--vted_dep = dependency('gtk-d:vte', version: '>=3.8.5', method: 'dub')
-+gtkd_dep = dependency('gtkd-3', version: '>= 3.8.5')
-+vted_dep = dependency('vted-3', version: '>= 3.8.5')
- xlib_dep = dependency('x11')
- libunwind_dep = dependency('libunwind')
- msgfmt = find_program('msgfmt')