summarylogtreecommitdiffstats
path: root/meson.build.patch
blob: 806a194263a5a7957711a512bbc97dbcb060d2d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/meson.build b/meson.build
index 47f4e83..991202d 100644
--- a/meson.build
+++ b/meson.build
@@ -47,7 +47,7 @@ add_global_link_arguments(cpp_link_args, language : 'cpp')
 
 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')