chore: update fmt build dependency

Closes #279
This commit is contained in:
Hendrik Schröter 2019-04-23 04:40:27 +02:00
parent 0d0f5ed7db
commit 3ee99946c7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ add_global_link_arguments(cpp_link_args, language : 'cpp')
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'])
wayland_client = dependency('wayland-client')
wayland_cursor = dependency('wayland-cursor')
wayland_protos = dependency('wayland-protocols')