meson: add missing pycompile_module

This commit is contained in:
Alessio Sergi 2016-10-14 23:30:49 +02:00
parent 76d0ac4ac8
commit 7a717bcd0b

View file

@ -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"