summarylogtreecommitdiffstats
path: root/meson.build.patch
blob: d2f8b24690b103b2f84f06bf786c57cb4434988d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- meson.build	2019-05-20 12:20:47.907105269 +0200
+++ meson.build.patch	2019-05-20 12:20:42.907105043 +0200
@@ -47,7 +47,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')