diff --git a/src/libcamera/meson.build b/src/libcamera/meson.build
index 0494e808f7d0..65b0ed047b48 100644
--- a/src/libcamera/meson.build
+++ b/src/libcamera/meson.build
@@ -67,6 +67,7 @@ subdir('proxy')
 
 null_dep = dependency('', required : false)
 
+# TODO: Use dependency('dl') when updating to meson 0.62.0.
 libdl = null_dep
 if not cc.has_function('dlopen')
     libdl = cc.find_library('dl')
