summaryrefslogtreecommitdiffstats
path: root/src/gallium/Automake.inc
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-06-29 13:28:33 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-07-13 19:57:38 +0100
commit132031b110a9fd652f3c9d5727502134ef9c22c1 (patch)
treeaca8ab5d5e66c3c9f0f4e1819845fd2eecbf564f /src/gallium/Automake.inc
parentc73d30dfe90d9aa096fc64024612a6543bd748c7 (diff)
downloadexternal_mesa3d-132031b110a9fd652f3c9d5727502134ef9c22c1.zip
external_mesa3d-132031b110a9fd652f3c9d5727502134ef9c22c1.tar.gz
external_mesa3d-132031b110a9fd652f3c9d5727502134ef9c22c1.tar.bz2
pipe-loader: remove pipe_loader_sw_probe_xlib
It was only useful for st/egl, although I've never got to merging the pipe-loader and inline-helpers before it was removed. There are no users for it ATM. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Diffstat (limited to 'src/gallium/Automake.inc')
-rw-r--r--src/gallium/Automake.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc
index 95aae50..ee07ab6 100644
--- a/src/gallium/Automake.inc
+++ b/src/gallium/Automake.inc
@@ -67,10 +67,3 @@ if HAVE_DRISW
GALLIUM_PIPE_LOADER_WINSYS_LIBS += \
$(top_builddir)/src/gallium/winsys/sw/dri/libswdri.la
endif
-
-if NEED_WINSYS_XLIB
-GALLIUM_PIPE_LOADER_WINSYS_LIBS += \
- $(top_builddir)/src/gallium/winsys/sw/xlib/libws_xlib.la \
- -lX11 -lXext -lXfixes \
- $(LIBDRM_LIBS)
-endif