summarylogtreecommitdiffstats
path: root/meson.build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build.patch')
-rw-r--r--meson.build.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build.patch b/meson.build.patch
index 9ee08606cf01..6ec7d53449e5 100644
--- a/meson.build.patch
+++ b/meson.build.patch
@@ -4,7 +4,7 @@
thread_dep = dependency('threads')
libinput = dependency('libinput')
--fmt = dependency('fmt', version : ['>=5.2.1'], fallback : ['fmt', 'fmt_dep'])
+-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')