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 (18 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2021 IƱigo Martinez <inigomartinez@gmail.com>

ent_conf = {
  'PACKAGE': mbim_name,
  'PACKAGE_BUGREPORT': mbim_name + '-devel@lists.freedesktop.org',
  'PACKAGE_NAME': mbim_name,
  'PACKAGE_STRING': '@0@ @1@'.format(mbim_name, mbim_version),
  'PACKAGE_TARNAME': mbim_name,
  'PACKAGE_URL': '',
  'PACKAGE_VERSION': mbim_version,
}

gtkdocentities_ent = configure_file(
  input: 'gtkdocentities.ent.in',
  output: '@BASENAME@',
  configuration: ent_conf,
)