summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex2020-12-08 12:16:28 +0100
committerAlex2020-12-08 12:16:28 +0100
commit71e45935a15f50cea2b4fa4f00b70832cc0aa736 (patch)
tree8d8649d55cb470b6f91001c558b18becaa2883a5
parent8c5cc24c356bee750c64b9bd0bf303844f5eedbc (diff)
downloadaur-71e45935a15f50cea2b4fa4f00b70832cc0aa736.tar.gz
chore: update meson.build.path
-rw-r--r--meson.build.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build.patch b/meson.build.patch
index 2707b6fd1532..21d9e590129d 100644
--- a/meson.build.patch
+++ b/meson.build.patch
@@ -5,7 +5,7 @@
thread_dep = dependency('threads')
-fmt = dependency('fmt', version : ['>=5.3.0'], fallback : ['fmt', 'fmt_dep'])
--spdlog = dependency('spdlog', version : ['>=1.3.1'], fallback : ['spdlog', 'spdlog_dep'])
+-spdlog = dependency('spdlog', version : ['>=1.8.0'], fallback : ['spdlog', 'spdlog_dep'])
+fmt = subproject('fmt').get_variable('fmt_dep')
+spdlog = subproject('spdlog').get_variable('spdlog_dep')
wayland_client = dependency('wayland-client')