Add xf86-video-sunxifb recipe

This commit is contained in:
Nicolas Aguirre 2013-10-11 13:47:29 +02:00
parent 91d16e9443
commit 43efb1d306
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,17 @@
require recipes-graphics/xorg-driver/xorg-driver-video.inc
DESCRIPTION = "X.Org X server -- A10/A13 display driver"
PR = "1"
LICENSE = "MIT-X"
LIC_FILES_CHKSUM = "file://COPYING;md5=f91dc3ee5ce59eb4b528e67e98a31266"
SRC_URI = "git://github.com/ssvb/xf86-video-sunxifb.git;protocol=http;branch=master"
SRCREV_pn-${PN} = "cbd5b2b6439308b293c84cce5e7923ef072c8110"
S = "${WORKDIR}/git"
CFLAGS += " -I${STAGING_INCDIR}/xorg "
DEPENDS += "sunxi-mali"

View File

@ -0,0 +1,4 @@
include xorg-driver-common.inc
DEPENDS =+ "renderproto videoproto xextproto fontsproto"