Blame data/meson.build

Packit 631bab
# Copyright © 2017-2018 Intel Corporation
Packit 631bab
Packit 631bab
# Permission is hereby granted, free of charge, to any person obtaining a copy
Packit 631bab
# of this software and associated documentation files (the "Software"), to deal
Packit 631bab
# in the Software without restriction, including without limitation the rights
Packit 631bab
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
Packit 631bab
# copies of the Software, and to permit persons to whom the Software is
Packit 631bab
# furnished to do so, subject to the following conditions:
Packit 631bab
Packit 631bab
# The above copyright notice and this permission notice shall be included in
Packit 631bab
# all copies or substantial portions of the Software.
Packit 631bab
Packit 631bab
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Packit 631bab
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Packit 631bab
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
Packit 631bab
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Packit 631bab
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
Packit 631bab
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
Packit 631bab
# SOFTWARE.
Packit 631bab
Packit 631bab
if with_amdgpu
Packit 631bab
  install_data(
Packit 631bab
    'amdgpu.ids',
Packit 631bab
    install_mode : 'rw-r--r--',
Packit 631bab
    install_dir : datadir_amdgpu,
Packit 631bab
  )
Packit 631bab
endif