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 --- meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index be0b2a1..0a67bdf 100644 --- a/meson.build +++ b/meson.build @@ -36,8 +36,6 @@ endif add_project_arguments(cpp_arguments, language : 'cpp') -libfmt_dep = dependency('fmt') - libdrmomap_dep = dependency('libdrm_omap', required : get_option('omap')) if libdrmomap_dep.found() -- cgit v1.2.3