blob: bf50e87839923eb09228d53fa381f0270822a493 (
plain)
1
2
3
4
5
6
7
8
9
|
require xorg-driver-video.inc
PE = "1"
PR = "r2"
DEPENDS += " xf86dgaproto"
# 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"
|