upgpkg: libcec-git 14.0.0.3.r0.g209884d-1

add cmake build dep
This commit is contained in:
Cedric Girard 2019-03-28 10:19:11 +01:00
parent 65c5696b1b
commit 39eb7539bc
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ pkgbase = libcec-git
license = GPL
makedepends = git
makedepends = p8-platform>=2.0
makedepends = cmake
depends = udev>=151
depends = lockdev
depends = p8-platform>=2.0

View File

@ -8,7 +8,7 @@ pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
arch=('i686' 'x86_64')
url="https://github.com/Pulse-Eight/libcec"
license=('GPL')
makedepends=('git' 'p8-platform>=2.0')
makedepends=('git' 'p8-platform>=2.0' 'cmake')
depends=('udev>=151' 'lockdev' 'p8-platform>=2.0' 'libxrandr' 'python')
provides=('libcec')
conflicts=('libcec')