File: meson.build

package info (click to toggle)
libmbim 1.34.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,536 kB
  • sloc: ansic: 28,266; python: 3,574; sh: 334; xml: 209; makefile: 15
file content (10 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (3)
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',
)