1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/tilix/dont-use-dub.patch
Rasmus Thomsen 2d24b9da4e testing/tilix: new aport
https://gnunn1.github.io/tilix-web/
Tiling terminal emulator for Linux
2019-11-29 18:13:38 +01:00

17 lines
744 B
Diff

--- 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')