summarylogtreecommitdiffstats
path: root/meson.build.patch
diff options
context:
space:
mode:
authorAlex2020-06-30 09:07:10 +0200
committerAlex2020-06-30 09:07:10 +0200
commitc04aed0ab3bd39ccd76d64bd5b4f881b5fc48717 (patch)
tree8c6ca892d202374a35078efa427c90869fb86dd5 /meson.build.patch
parente7c42d44327ac1f9ef0380ef17056683b3608ef6 (diff)
downloadaur-c04aed0ab3bd39ccd76d64bd5b4f881b5fc48717.tar.gz
chore: update patch file
Diffstat (limited to 'meson.build.patch')
-rw-r--r--meson.build.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/meson.build.patch b/meson.build.patch
index 16821be7881e..2707b6fd1532 100644
--- a/meson.build.patch
+++ b/meson.build.patch
@@ -1,9 +1,9 @@
---- 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 @@
+--- meson.build 2020-06-30 09:04:50.000000000 +0200
++++ meson.build.new 2020-06-30 09:04:45.000000000 +0200
+@@ -78,8 +78,8 @@
+ is_openbsd = host_machine.system() == 'openbsd'
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')