diff options
Diffstat (limited to 'recipes/xorg-driver/xf86-video-nsc_2.8.2.bb')
-rw-r--r-- | recipes/xorg-driver/xf86-video-nsc_2.8.2.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/xorg-driver/xf86-video-nsc_2.8.2.bb b/recipes/xorg-driver/xf86-video-nsc_2.8.2.bb new file mode 100644 index 0000000000..bf50e87839 --- /dev/null +++ b/recipes/xorg-driver/xf86-video-nsc_2.8.2.bb @@ -0,0 +1,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" |