From c4a29233807e9807707b389e7eded693b3b9d5eb Mon Sep 17 00:00:00 2001 From: Marek Belisko Date: Wed, 29 May 2019 22:30:40 +0200 Subject: [PATCH] xorg-server: xf86-video-fbturbo: Replace xf86driproto with xorgproto xf86driproto was dropped and replaced by xorgproto Signed-off-by: Marek Belisko --- recipes-graphics/xorg-xserver/xf86-video-fbturbo_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/xorg-xserver/xf86-video-fbturbo_git.bb b/recipes-graphics/xorg-xserver/xf86-video-fbturbo_git.bb index edf7bbb..da5929d 100644 --- a/recipes-graphics/xorg-xserver/xf86-video-fbturbo_git.bb +++ b/recipes-graphics/xorg-xserver/xf86-video-fbturbo_git.bb @@ -5,7 +5,7 @@ DESCRIPTION = "X.Org X server -- A10/A13 display driver" LICENSE = "MIT-X" LIC_FILES_CHKSUM = "file://COPYING;md5=f91dc3ee5ce59eb4b528e67e98a31266" -DEPENDS += "sunxi-mali libump xf86driproto" +DEPENDS += "sunxi-mali libump xorgproto" PE = "3" PV = "0.5.1+git${SRCPV}"