diff options
Diffstat (limited to 'src/ipa/raspberrypi/data/meson.build')
-rw-r--r-- | src/ipa/raspberrypi/data/meson.build | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/ipa/raspberrypi/data/meson.build b/src/ipa/raspberrypi/data/meson.build deleted file mode 100644 index b163a052..00000000 --- a/src/ipa/raspberrypi/data/meson.build +++ /dev/null @@ -1,26 +0,0 @@ -# SPDX-License-Identifier: CC0-1.0 - -conf_files = files([ - 'imx219.json', - 'imx219_noir.json', - 'imx290.json', - 'imx296.json', - 'imx296_mono.json', - 'imx378.json', - 'imx477.json', - 'imx477_noir.json', - 'imx477_scientific.json', - 'imx519.json', - 'imx708.json', - 'imx708_noir.json', - 'imx708_wide.json', - 'imx708_wide_noir.json', - 'ov5647.json', - 'ov5647_noir.json', - 'ov9281_mono.json', - 'se327m12.json', - 'uncalibrated.json', -]) - -install_data(conf_files, - install_dir : ipa_data_dir / 'raspberrypi') |