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 --- kms++/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kms++/meson.build') diff --git a/kms++/meson.build b/kms++/meson.build index cd7a494..4fb5fc9 100644 --- a/kms++/meson.build +++ b/kms++/meson.build @@ -68,7 +68,7 @@ else omapdrm_enabled = false endif -libkmsxx_deps = [ libdrm_dep, libfmt_dep, libdrmomap_dep ] +libkmsxx_deps = [ libdrm_dep, libdrmomap_dep ] libkmsxx = library('kms++', libkmsxx_sources, -- cgit v1.2.3