diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-12-29 08:50:53 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-12-29 08:50:53 +0000 |
commit | 98e053503aed292beb2006043e8508d59262c7c2 (patch) | |
tree | db2605cd9591bf80c4d5c37d726007b9d4df5d76 | |
parent | 58cee9d0def82d19f03c840325b6e84c20e77ace (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.am | 2 |
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) |