diff options
author | Emil Velikov <[email protected]> | 2015-06-29 13:28:33 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-07-13 19:57:38 +0100 |
commit | 132031b110a9fd652f3c9d5727502134ef9c22c1 (patch) | |
tree | aca8ab5d5e66c3c9f0f4e1819845fd2eecbf564f /src/gallium/Automake.inc | |
parent | c73d30dfe90d9aa096fc64024612a6543bd748c7 (diff) |
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 <[email protected]>
Reviewed-by: Francisco Jerez <[email protected]>
Diffstat (limited to 'src/gallium/Automake.inc')
-rw-r--r-- | src/gallium/Automake.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc index 95aae50d64b..ee07ab6c8f9 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 |