diff options
author | Tim Rowley <[email protected]> | 2016-04-15 12:38:25 -0500 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2016-04-15 14:21:50 -0500 |
commit | ee72fec9cfaddfef78a112f0b8d2f3f7f67a6535 (patch) | |
tree | 12a1fe797c25d6534ec7801518756a4ba4118381 /src/gallium/targets/dri/Makefile.am | |
parent | f6d21bcd6b5cd5073a571034ec640177b0abf82d (diff) |
gallium/swr: allow swr use as a swrast dri driver
Reviewed-by: Emil Velikov <[email protected]>
Tested-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/targets/dri/Makefile.am')
-rw-r--r-- | src/gallium/targets/dri/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/dri/Makefile.am b/src/gallium/targets/dri/Makefile.am index 2666524fbfe..f42dd25a56b 100644 --- a/src/gallium/targets/dri/Makefile.am +++ b/src/gallium/targets/dri/Makefile.am @@ -86,6 +86,7 @@ include $(top_srcdir)/src/gallium/drivers/virgl/Automake.inc include $(top_srcdir)/src/gallium/drivers/softpipe/Automake.inc include $(top_srcdir)/src/gallium/drivers/llvmpipe/Automake.inc +include $(top_srcdir)/src/gallium/drivers/swr/Automake.inc if HAVE_GALLIUM_STATIC_TARGETS |