From f9da4640c4098107aefc6c02b12b543384cccc50 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Thu, 30 Apr 2026 09:35:03 +0300 Subject: Drop libfmt We can use std::format() and a custom print() wrapper with C++20. When moving to C++23, we can drop the wrapper. Signed-off-by: Tomi Valkeinen --- kmscube/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmscube') diff --git a/kmscube/meson.build b/kmscube/meson.build index fd0fb96..c26badc 100644 --- a/kmscube/meson.build +++ b/kmscube/meson.build @@ -21,7 +21,7 @@ kmscube_sources = files([ ]) kmscube_deps = [ - libdrm_dep, libkmsxx_dep, libkmsxxutil_dep, libfmt_dep, + libdrm_dep, libkmsxx_dep, libkmsxxutil_dep, dependency('x11'), dependency('xcb'), dependency('x11-xcb'), -- cgit v1.2.3