diff --git a/recipes-graphics/xorg-xserver/xf86-video-sunxifb_git.bb b/recipes-graphics/xorg-xserver/xf86-video-sunxifb_git.bb new file mode 100644 index 0000000..6048945 --- /dev/null +++ b/recipes-graphics/xorg-xserver/xf86-video-sunxifb_git.bb @@ -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" \ No newline at end of file diff --git a/recipes-graphics/xorg-xserver/xorg-driver-video.inc b/recipes-graphics/xorg-xserver/xorg-driver-video.inc new file mode 100644 index 0000000..57c80d1 --- /dev/null +++ b/recipes-graphics/xorg-xserver/xorg-driver-video.inc @@ -0,0 +1,4 @@ +include xorg-driver-common.inc + +DEPENDS =+ "renderproto videoproto xextproto fontsproto" +