diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template index f9fe406bb06..0bb19a3646b 100644 --- a/srcpkgs/libcec/template +++ b/srcpkgs/libcec/template @@ -1,7 +1,7 @@ # Template file for 'libcec' pkgname=libcec version=4.0.2 -revision=1 +revision=2 wrksrc="${pkgname}-${pkgname}-${version}" build_style=cmake hostmakedepends="pkg-config libtool swig" @@ -15,9 +15,6 @@ distfiles="https://github.com/Pulse-Eight/libcec/archive/libcec-${version}.tar.g checksum=b8b8dd31f3ebdd5472f03ab7d401600ea0d959b1288b9ca24bf457ef60e2ba27 build_options="rpi" -case "$XBPS_TARGET_MACHINE" in - armv[67]*) build_options_default="rpi";; -esac if [ "$build_option_rpi" ]; then configure_args+=" -DRPI_INCLUDE_DIR=${XBPS_CROSS_BASE}/opt/vc/include"