meson: Simplify condition

If `softisp_enabled` is false, then `subdir_done()` is called above.

Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
Reviewed-by: Milan Zamazal <mzamazal@redhat.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Barnabás Pőcze
2026-01-29 16:30:46 +01:00
parent aefa5df821
commit 1ed958315e

View File

@@ -16,7 +16,7 @@ libcamera_internal_sources += files([
'swstats_cpu.cpp',
])
if softisp_enabled and gles_headless_enabled
if gles_headless_enabled
config_h.set('HAVE_DEBAYER_EGL', 1)
libcamera_internal_sources += files([
'../egl.cpp',