blob: 8b4526fc5e2f6c3390204b7446bcc3b9b31c0e43 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001require recipes-graphics/xorg-driver/xorg-driver-video.inc
2
3SUMMARY = "X.Org X server -- ARM SOC display driver"
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "MIT & GPL-2.0-or-later"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08005LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602"
6
7DEPENDS += "virtual/libx11 libdrm xorgproto"
8
9SRCREV = "8bbdb2ae3bb8ef649999a8da33ddbe11a04763b8"
Andrew Geissler595f6302022-01-24 19:11:47 +000010SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-armsoc;branch=master"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011
12S = "${WORKDIR}/git"
13
Patrick Williams213cb262021-08-07 19:21:33 -050014RDEPENDS:${PN} += "xserver-xorg-module-exa"