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:
parent
58cee9d0de
commit
98e053503a
|
|
@ -86,7 +86,7 @@ intel_drv_la_SOURCES += \
|
|||
$(NULL)
|
||||
endif
|
||||
|
||||
if DRI
|
||||
if DRI2
|
||||
intel_drv_la_SOURCES += \
|
||||
intel_dri.c \
|
||||
$(NULL)
|
||||
|
|
|
|||
Loading…
Reference in New Issue