File: meson.build

package info (click to toggle)
flatpak 1.17.3-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,508 kB
  • sloc: ansic: 104,079; xml: 12,184; sh: 5,297; python: 2,315; yacc: 1,236; makefile: 84; csh: 20
file content (13 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2022 Collabora Ltd.
# SPDX-License-Identifier: LGPL-2.1-or-later

install_data(
  'org.freedesktop.Flatpak.xml',
  'org.freedesktop.Flatpak.Authenticator.xml',
  'org.freedesktop.portal.Flatpak.xml',
  install_dir : get_option('datadir') / 'dbus-1' / 'interfaces',
)
install_data(
  'tmpfiles.d/flatpak.conf',
  install_dir : get_option('tmpfilesdir'),
)