xf86-video-nsc: add missing define, close #2715
authorAntti Andreimann <antti.andreimann@mail.ee>
Thu, 2 Aug 2007 15:48:59 +0000 (15:48 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 2 Aug 2007 15:48:59 +0000 (15:48 +0000)
packages/xorg-driver/xf86-video-nsc_2.8.2.bb

index 9fc4277..bf50e87 100644 (file)
@@ -1,7 +1,9 @@
 require xorg-driver-video.inc
 PE = "1"
-
-#DESCRIPTION = ""
+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"