summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Engestrom <eric@igalia.com>2023-01-21 12:21:34 +0000
committerMarge Bot <emma+marge@anholt.net>2023-02-15 02:53:54 +0000
commit4ff295e1d8b5abcaaf59cc46c42bcd2687e34e07 (patch)
treee63bc24ce7d3459adfec29814c2dcd0900534c2f
parent1fa68d91c68c31846d6bcf0b9ecbc31a54324fbf (diff)
meson: drop `TODO: opengl`, it's done
Suggested-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Yonggang Luo <luoyonggang@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19600>
-rw-r--r--src/meson.build1
1 files changed, 0 insertions, 1 deletions
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')