mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
libcec: switch to python3
This commit is contained in:
parent
936fd5ff4c
commit
bb513fe03c
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'libcec'
|
# Template file for 'libcec'
|
||||||
pkgname=libcec
|
pkgname=libcec
|
||||||
version=4.0.4
|
version=4.0.4
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"
|
||||||
hostmakedepends="pkg-config libtool swig"
|
hostmakedepends="pkg-config libtool swig"
|
||||||
makedepends="eudev-libudev-devel lockdev-devel p8-platform-devel libXrandr-devel
|
makedepends="eudev-libudev-devel lockdev-devel p8-platform-devel libXrandr-devel
|
||||||
python-devel"
|
python3-devel"
|
||||||
short_desc="USB CEC Adapter communication Library"
|
short_desc="USB CEC Adapter communication Library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue