xf86-video-fbturbo depends on ump if we want gles acceleration on X11

This commit is contained in:
Nicolas Aguirre 2014-09-17 21:42:20 +00:00
parent f2db99ee63
commit 77681ae46f

View File

@ -5,7 +5,7 @@ DESCRIPTION = "X.Org X server -- A10/A13 display driver"
LICENSE = "MIT-X" LICENSE = "MIT-X"
LIC_FILES_CHKSUM = "file://COPYING;md5=f91dc3ee5ce59eb4b528e67e98a31266" LIC_FILES_CHKSUM = "file://COPYING;md5=f91dc3ee5ce59eb4b528e67e98a31266"
DEPENDS += "sunxi-mali" DEPENDS += "sunxi-mali libump"
PE = "3" PE = "3"
PV = "0.5.1+git${SRCPV}" PV = "0.5.1+git${SRCPV}"