summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/opencl
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-04-01 17:42:41 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-04-25 21:09:17 +0100
commit6c44d43baed93058f3a778f485f7833e9c6f5307 (patch)
tree562c67fb6d870973e90675b480460c79209ec00b /src/gallium/targets/opencl
parent5c6a1445d530d5c070d1c5288dddf59884c7fca8 (diff)
downloadexternal_mesa3d-6c44d43baed93058f3a778f485f7833e9c6f5307.zip
external_mesa3d-6c44d43baed93058f3a778f485f7833e9c6f5307.tar.gz
external_mesa3d-6c44d43baed93058f3a778f485f7833e9c6f5307.tar.bz2
automake: cleanup pipe-loader handling when using sw/xlib winsys
Rather than defining our own set of variables, use NEED_WINSYS_XLIB and based on it include the sw/xlib winsys. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gallium/targets/opencl')
-rw-r--r--src/gallium/targets/opencl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am
index f23c26b..29909da 100644
--- a/src/gallium/targets/opencl/Makefile.am
+++ b/src/gallium/targets/opencl/Makefile.am
@@ -37,7 +37,7 @@ lib@OPENCL_LIBNAME@_la_LIBADD += \
$(top_builddir)/src/gallium/winsys/sw/dri/libswdri.la
endif
-if NEED_PIPE_LOADER_XLIB
+if NEED_WINSYS_XLIB
lib@OPENCL_LIBNAME@_la_LIBADD += \
$(top_builddir)/src/gallium/winsys/sw/xlib/libws_xlib.la \
-lX11 -lXext -lXfixes \