mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
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
|
pkgname=meson
|
||||||
version=0.35.0
|
version=0.35.0
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="3.4"
|
python_versions="3.4"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="mesonbuild"
|
||||||
hostmakedepends="python3.4-devel"
|
hostmakedepends="python3.4-devel"
|
||||||
depends="python3.4 ninja"
|
depends="python3.4 ninja"
|
||||||
short_desc="A super fast build system"
|
short_desc="A super fast build system"
|
||||||
|
|
Loading…
Add table
Reference in a new issue