blob: 8c1893f4cca39a25473ad9062a3c6d0ea39921c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require xorg-driver-video.inc
DEPENDS += " xf86dgaproto"
PE = "1"
PR = "${INC_PR}.0"
SRC_URI[archive.md5sum] = "1fbdd5e9b5508b032c0102f72d1e555c"
SRC_URI[archive.sha256sum] = "060493a9dcad81e8912381d2a8d14a3e32a34414296a089756868f3442103c8c"
# This driver is broken because it's seldom updated. It compiles
# but fails to communicate with the card without this deprecated define.
EXTRA_OEMAKE += "CFLAGS+=-DXFree86Server"
|