summaryrefslogtreecommitdiff
path: root/src/ipa/simple/data/meson.build
blob: 92795ee4cb50777f5319bad6aa57bfb533475a14 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: CC0-1.0

conf_files = files([
    'uncalibrated.yaml',
])

# The install_dir must match the name from the IPAModuleInfo
install_data(conf_files,
             install_dir : ipa_data_dir / 'simple',
             install_tag : 'runtime')