File: meson.build

package info (click to toggle)
libpeas2 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,808 kB
  • sloc: ansic: 8,018; cpp: 319; python: 178; javascript: 52; xml: 47; sh: 21; makefile: 17
file content (22 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
extension_python_name = 'extension-python'

python3_in = configuration_data()
python3_in.set('PY_LOADER', 'python')

configure_file(
  input: 'extension-py.gschema.xml.in',
  output: 'extension-python.gschema.xml',
  configuration: python3_in,
)

configure_file(
  input: 'extension-py.plugin.in',
  output: 'extension-python.plugin',
  configuration: python3_in,
)

configure_file(
  input: 'extension-py.py.in',
  output: 'extension-python.py',
  configuration: python3_in,
)