Tabs are disliked within the meson build system. Replace indentation by spaces, in all existing locations. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
7 lines
103 B
Meson
7 lines
103 B
Meson
public_api = [
|
|
'libcamera.h',
|
|
]
|
|
|
|
install_headers(public_api,
|
|
subdir : 'libcamera')
|