aboutsummaryrefslogtreecommitdiffstats
path: root/community/tilix/dont-use-dub.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/tilix/dont-use-dub.patch')
-rw-r--r--community/tilix/dont-use-dub.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/community/tilix/dont-use-dub.patch b/community/tilix/dont-use-dub.patch
new file mode 100644
index 0000000000..38a425863b
--- /dev/null
+++ b/community/tilix/dont-use-dub.patch
@@ -0,0 +1,17 @@
+--- 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')