File: meson.build

package info (click to toggle)
python-xapp 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 408 kB
  • sloc: python: 1,441; makefile: 2; sh: 1
file content (12 lines) | stat: -rw-r--r-- 286 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
project('python-xapp', version : '3.0.2', meson_version : '>=0.47.0')

pymod = import('python')
python3 = pymod.find_installation(get_option('python_target'))

i18n = import('i18n')
gettext_package = meson.project_name()
podir = meson.source_root() / 'po'

subdir('po')
subdir('xapp')