summarylogtreecommitdiffstats
path: root/meson.build.patch
diff options
context:
space:
mode:
authorAlex2019-04-23 11:44:20 +0200
committerAlex2019-04-23 11:44:20 +0200
commit2829772a5d4e70eb8e16e538c3ee0f86ec1b0716 (patch)
treec15fb3faca68bf326e70964a7cc44da445c10083 /meson.build.patch
parent4c69fd69f436036d4ccd5315ba6885dfd5f16e30 (diff)
downloadaur-2829772a5d4e70eb8e16e538c3ee0f86ec1b0716.tar.gz
fix: update fmt version
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')