diff options
author | Emil Velikov <[email protected]> | 2014-09-21 16:39:25 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-24 10:44:01 +0100 |
commit | 29c4ae0ebf36bebb38d0b506554540632819481c (patch) | |
tree | f6c3a12844ff59c8b8c73bc47bec65462c7ee13f /src/gallium/targets/dri/Makefile.am | |
parent | 3d909864c8006332aa4c2155356ec68fdc8dbc28 (diff) |
configure: remove NEED_{SOFT,LLVM}PIPE_DRIVER variables
The respective HAVE_{SOFT,LLVM}PIPE are already descriptive
enough. Additionally the svga modules does not really use either
one, but the auxiliary draw & gallivm modules.
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/targets/dri/Makefile.am')
-rw-r--r-- | src/gallium/targets/dri/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/dri/Makefile.am b/src/gallium/targets/dri/Makefile.am index 24513584f29..fe9624fa301 100644 --- a/src/gallium/targets/dri/Makefile.am +++ b/src/gallium/targets/dri/Makefile.am @@ -98,7 +98,7 @@ STATIC_TARGET_LIB_DEPS += \ endif endif -if NEED_GALLIUM_LLVMPIPE_DRIVER +if HAVE_GALLIUM_LLVMPIPE STATIC_TARGET_CPPFLAGS += -DGALLIUM_LLVMPIPE STATIC_TARGET_LIB_DEPS += \ $(top_builddir)/src/gallium/drivers/llvmpipe/libllvmpipe.la |