summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/data/meson.build
blob: 68433fc25b78c80fd54fe5cf98805df6e1ae0ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: CC0-1.0

conf_files = files([
    'imx219.json',
    'imx290.json',
    'imx378.json',
    'imx477.json',
    'ov5647.json',
    'ov9281.json',
    'se327m12.json',
    'uncalibrated.json',
])

install_data(conf_files,
             install_dir : ipa_data_dir / 'raspberrypi')