diff options
-rw-r--r-- | meta-oe/recipes-extended/libcec/libcec_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libcec/libcec_git.bb b/meta-oe/recipes-extended/libcec/libcec_git.bb index 32ab4b907d..0ce7ea1c07 100644 --- a/meta-oe/recipes-extended/libcec/libcec_git.bb +++ b/meta-oe/recipes-extended/libcec/libcec_git.bb | |||
@@ -4,9 +4,10 @@ HOMEPAGE = "http://libcec.pulse-eight.com/" | |||
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e61fd86f9c947b430126181da2c6c715" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e61fd86f9c947b430126181da2c6c715" |
6 | 6 | ||
7 | DEPENDS = "p8platform udev lockdev" | 7 | DEPENDS = "p8platform udev lockdev ncurses" |
8 | 8 | ||
9 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', '', d)}" | 9 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', '', d)}" |
10 | DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" | ||
10 | 11 | ||
11 | PV = "3.1.0+gitr${SRCPV}" | 12 | PV = "3.1.0+gitr${SRCPV}" |
12 | 13 | ||