cam: Fix indentation in meson.build
One if...endif block is incorrectly indented. Fix it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
This commit is contained in:
@@ -25,11 +25,11 @@ cam_cpp_args = []
|
||||
libdrm = dependency('libdrm', required : false)
|
||||
|
||||
if libdrm.found()
|
||||
cam_cpp_args += [ '-DHAVE_KMS' ]
|
||||
cam_sources += files([
|
||||
'drm.cpp',
|
||||
'kms_sink.cpp'
|
||||
])
|
||||
cam_cpp_args += [ '-DHAVE_KMS' ]
|
||||
cam_sources += files([
|
||||
'drm.cpp',
|
||||
'kms_sink.cpp'
|
||||
])
|
||||
endif
|
||||
|
||||
cam = executable('cam', cam_sources,
|
||||
|
||||
Reference in New Issue
Block a user