mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
libcec: Add missing dep on ncurses
Consider vc4 options on raspberryPi class of devices Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -4,9 +4,10 @@ HOMEPAGE = "http://libcec.pulse-eight.com/"
|
|||||||
LICENSE = "GPLv2+"
|
LICENSE = "GPLv2+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e61fd86f9c947b430126181da2c6c715"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=e61fd86f9c947b430126181da2c6c715"
|
||||||
|
|
||||||
DEPENDS = "p8platform udev lockdev"
|
DEPENDS = "p8platform udev lockdev ncurses"
|
||||||
|
|
||||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', '', d)}"
|
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', '', d)}"
|
||||||
|
DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}"
|
||||||
|
|
||||||
PV = "3.1.0+gitr${SRCPV}"
|
PV = "3.1.0+gitr${SRCPV}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user