summarylogtreecommitdiffstats
path: root/meson.build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build.patch')
-rw-r--r--meson.build.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/meson.build.patch b/meson.build.patch
deleted file mode 100644
index 16821be7881e..000000000000
--- a/meson.build.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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')