summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xorg-nouveau/Makefile
diff options
context:
space:
mode:
authorMarcin Slusarz <[email protected]>2011-06-05 22:25:26 +0200
committerMarcin Slusarz <[email protected]>2011-06-22 12:35:40 +0200
commit50d7d03a7923ababa22af0ad185941c3e7f8b9cb (patch)
tree9b4194816ce97ff722e8dbcf1d30374f01d6036b /src/gallium/targets/xorg-nouveau/Makefile
parent63e8cda9f180acd0f4fc38ca9569b16fbd3640d7 (diff)
xorg/nouveau: blacklist all pre NV30 cards
Bail out early in probe, so other driver can take control of the card. Doing it in screen_create would be too late.
Diffstat (limited to 'src/gallium/targets/xorg-nouveau/Makefile')
-rw-r--r--src/gallium/targets/xorg-nouveau/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/targets/xorg-nouveau/Makefile b/src/gallium/targets/xorg-nouveau/Makefile
index 16ac954d18a..755969cae27 100644
--- a/src/gallium/targets/xorg-nouveau/Makefile
+++ b/src/gallium/targets/xorg-nouveau/Makefile
@@ -23,4 +23,7 @@ DRIVER_PIPES = \
DRIVER_LINKS = \
$(shell pkg-config --libs libdrm libdrm_nouveau)
+DRIVER_INCLUDES = \
+ $(shell pkg-config --cflags-only-I libdrm libdrm_nouveau xf86driproto)
+
include ../Makefile.xorg