mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
kicad: enable scripting.
This commit is contained in:
parent
e3fceb4dbe
commit
c37f0e48db
1 changed files with 6 additions and 3 deletions
|
@ -1,12 +1,15 @@
|
||||||
# Template file for 'kicad'
|
# Template file for 'kicad'
|
||||||
pkgname=kicad
|
pkgname=kicad
|
||||||
version=4.0.2
|
version=4.0.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DKICAD_BUILD_VERSION=$version -DKICAD_SKIP_BOOST=ON
|
configure_args="-DKICAD_BUILD_VERSION=$version -DKICAD_SKIP_BOOST=ON
|
||||||
|
-DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
|
||||||
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-3.0"
|
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-3.0"
|
||||||
hostmakedepends="cmake"
|
hostmakedepends="cmake pkg-config swig"
|
||||||
makedepends="wxWidgets-devel glew-devel cairo-devel libressl-devel boost-devel"
|
makedepends="wxWidgets-devel wxPython-devel python-devel glew-devel cairo-devel
|
||||||
|
libressl-devel boost-devel"
|
||||||
|
depends="wxPython"
|
||||||
short_desc="Electronic schematic and PCB design software"
|
short_desc="Electronic schematic and PCB design software"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue