mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 14:28:22 +01:00
17 lines
452 B
BlitzBasic
17 lines
452 B
BlitzBasic
|
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"
|