meson: add missing pycompile_module
This commit is contained in:
parent
76d0ac4ac8
commit
7a717bcd0b
1 changed files with 3 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
|||
# Template file for 'meson'
|
||||
pkgname=meson
|
||||
version=0.35.0
|
||||
revision=2
|
||||
revision=3
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
python_versions="3.4"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="mesonbuild"
|
||||
hostmakedepends="python3.4-devel"
|
||||
depends="python3.4 ninja"
|
||||
short_desc="A super fast build system"
|
||||
|
|
Loading…
Reference in a new issue