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:
parent
c7d4599565
commit
bf5b3af88f
1 changed files with 5 additions and 5 deletions
|
@ -25,11 +25,11 @@ cam_cpp_args = []
|
|||
libdrm = dependency('libdrm', required : false)
|
||||
|
||||
if libdrm.found()
|
||||
cam_cpp_args += [ '-DHAVE_KMS' ]
|
||||
cam_sources += files([
|
||||
cam_cpp_args += [ '-DHAVE_KMS' ]
|
||||
cam_sources += files([
|
||||
'drm.cpp',
|
||||
'kms_sink.cpp'
|
||||
])
|
||||
])
|
||||
endif
|
||||
|
||||
cam = executable('cam', cam_sources,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue