summarylogtreecommitdiffstats
path: root/meson.build.patch
diff options
context:
space:
mode:
authorAlex2019-05-20 12:38:03 +0200
committerAlex2019-05-20 12:38:03 +0200
commit25ff71ab70e3d29f8fe32734c27d4f3c1a6bf6ec (patch)
treedde826b1ce0c7809b8db642ef1d0c65ef1863e88 /meson.build.patch
parenta1fbe6ac2ec49c30ff5fb8bac86e35fb7f523bb2 (diff)
downloadaur-25ff71ab70e3d29f8fe32734c27d4f3c1a6bf6ec.tar.gz
Patch spdlog
Diffstat (limited to 'meson.build.patch')
-rw-r--r--meson.build.patch8
1 files changed, 5 insertions, 3 deletions
diff --git a/meson.build.patch b/meson.build.patch
index d2f8b24690b1..16821be7881e 100644
--- a/meson.build.patch
+++ b/meson.build.patch
@@ -1,11 +1,13 @@
---- meson.build 2019-05-20 12:20:47.907105269 +0200
-+++ meson.build.patch 2019-05-20 12:20:42.907105043 +0200
-@@ -47,7 +47,7 @@
+--- meson.build 2019-05-20 12:36:35.043814353 +0200
++++ meson.build.patch 2019-05-20 12:36:33.353814279 +0200
+@@ -47,8 +47,8 @@
thread_dep = dependency('threads')
libinput = dependency('libinput')
-fmt = dependency('fmt', version : ['>=5.3.0'], fallback : ['fmt', 'fmt_dep'])
+-spdlog = dependency('spdlog', version : ['>=1.3.1'], fallback : ['spdlog', 'spdlog_dep'])
+fmt = subproject('fmt').get_variable('fmt_dep')
++spdlog = subproject('spdlog').get_variable('spdlog_dep')
wayland_client = dependency('wayland-client')
wayland_cursor = dependency('wayland-cursor')
wayland_protos = dependency('wayland-protocols')