From 4ff295e1d8b5abcaaf59cc46c42bcd2687e34e07 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sat, 21 Jan 2023 12:21:34 +0000 Subject: [PATCH] meson: drop `TODO: opengl`, it's done Suggested-by: Adam Jackson Signed-off-by: Eric Engestrom Reviewed-by: Yonggang Luo Part-of: --- src/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 34fc333df60..ddfa4aeec48 100644 --- a/src/meson.build +++ b/src/meson.build @@ -63,7 +63,6 @@ subdir('util') if with_gallium subdir('mapi') endif -# TODO: opengl subdir('compiler') if with_tools.contains('drm-shim') subdir('drm-shim')