blob: d317223db36efb12cb672492f34afc1406790b6e (
plain)
1
2
3
4
5
6
7
8
|
require xorg-driver-video.inc
PE = "1"
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"
|