summarylogtreecommitdiffstats
path: root/meson.build.patch
blob: 6ec7d53449e5fecdae7c48519085331af34b21a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- meson.build	2018-11-08 09:57:21.000000000 +0100
+++ meson.build.patch	2018-11-09 09:47:40.000000000 +0100
@@ -32,7 +32,7 @@

 thread_dep = dependency('threads')
 libinput = dependency('libinput')
-fmt = dependency('fmt', version : ['>=5.3.0'], fallback : ['fmt', 'fmt_dep'])
+fmt = subproject('fmt').get_variable('fmt_dep')
 wayland_client = dependency('wayland-client')
 wayland_cursor = dependency('wayland-cursor')
 wayland_protos = dependency('wayland-protocols')