File: meson.build

package info (click to toggle)
libmbim 1.32.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,488 kB
  • sloc: ansic: 27,730; python: 3,574; sh: 334; xml: 204; makefile: 15
file content (10 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2021 IƱigo Martinez <inigomartinez@gmail.com>

mbim_network = configure_file(
  input: 'mbim-network.in',
  output: '@BASENAME@',
  configuration: version_conf,
  install_dir: mbim_bindir,
  install_mode: 'rwxr-xr-x',
)