From ea6caf4cdf524f83d22b5bd062773301c22e793e Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 22 Apr 2013 12:07:13 -0700 Subject: build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS. Tested-by: Tom Stellard Tested-by: Aaron Watry Reviewed-by: Brian Paul --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7cad3cba9cb..6567f36f0de 100644 --- a/configure.ac +++ b/configure.ac @@ -1915,7 +1915,6 @@ if test "x$enable_gallium_loader" = xyes; then GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/null" GALLIUM_PIPE_LOADER_DEFINES="-DHAVE_PIPE_LOADER_SW" GALLIUM_PIPE_LOADER_LIBS="\$(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader.la" - GALLIUM_PIPE_LOADER_LIBS="$GALLIUM_PIPE_LOADER_LIBS \$(top_builddir)/src/gallium/winsys/sw/null/libws_null.la" if test "x$NEED_WINSYS_XLIB" = xyes; then GALLIUM_PIPE_LOADER_LIBS="$GALLIUM_PIPE_LOADER_LIBS \$(top_builddir)/src/gallium/winsys/sw/xlib/libws_xlib.la" -- cgit v1.2.3