summaryrefslogtreecommitdiff
path: root/kmscube
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2026-04-30 09:35:03 +0300
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2026-04-30 11:09:49 +0300
commitf9da4640c4098107aefc6c02b12b543384cccc50 (patch)
tree275e3dcc5a709be2e2367520a2fba294a191969f /kmscube
parenta31ddfd9c4e294f29b9203463022d0eac11cecc5 (diff)
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 <tomi.valkeinen@ideasonboard.com>
Diffstat (limited to 'kmscube')
-rw-r--r--kmscube/meson.build2
1 files changed, 1 insertions, 1 deletions
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'),