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