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>
This commit is contained in:
Chris Wilson 2011-12-29 08:50:53 +00:00
parent 58cee9d0de
commit 98e053503a
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ intel_drv_la_SOURCES += \
$(NULL)
endif
if DRI
if DRI2
intel_drv_la_SOURCES += \
intel_dri.c \
$(NULL)