libcec: switch to python3
This commit is contained in:
parent
936fd5ff4c
commit
bb513fe03c
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'libcec'
|
||||
pkgname=libcec
|
||||
version=4.0.4
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=cmake
|
||||
configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"
|
||||
hostmakedepends="pkg-config libtool swig"
|
||||
makedepends="eudev-libudev-devel lockdev-devel p8-platform-devel libXrandr-devel
|
||||
python-devel"
|
||||
python3-devel"
|
||||
short_desc="USB CEC Adapter communication Library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
|
|
Loading…
Reference in New Issue