summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-12-29 08:50:53 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-12-29 08:50:53 +0000
commit98e053503aed292beb2006043e8508d59262c7c2 (patch)
treedb2605cd9591bf80c4d5c37d726007b9d4df5d76
parent58cee9d0def82d19f03c840325b6e84c20e77ace (diff)
uxa: Depend upon DRI2 not DRI
The symbols required for building intel_dri.c are checked during configure under the DRI2 defines. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 62ac04f1..a6325435 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -86,7 +86,7 @@ intel_drv_la_SOURCES += \
$(NULL)
endif
-if DRI
+if DRI2
intel_drv_la_SOURCES += \
intel_dri.c \
$(NULL)