summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-02-22 03:21:40 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2014-02-22 03:26:29 +0000
commit969e8d15b77434a0505e883557529ed1073583a6 (patch)
tree25f0e0249f79d5ca294fbe1ceca9bb4e09a43316 /src/gallium/tests
parentcc3aeacab64a6928a903f1dbfeaa7c880a8de5a6 (diff)
downloadexternal_mesa3d-969e8d15b77434a0505e883557529ed1073583a6.zip
external_mesa3d-969e8d15b77434a0505e883557529ed1073583a6.tar.gz
external_mesa3d-969e8d15b77434a0505e883557529ed1073583a6.tar.bz2
pipe-loader: introduce pipe_loader_sw_probe_dri helper
Will be used in the following commits. v2: Link gallium tests against the library. v3: Handle dri_create_sw_winsys failure v4: Rebase on top of the targets/xa changes Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com> (v2)
Diffstat (limited to 'src/gallium/tests')
-rw-r--r--src/gallium/tests/trivial/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/tests/trivial/Makefile.am b/src/gallium/tests/trivial/Makefile.am
index debb2e2..656ee64 100644
--- a/src/gallium/tests/trivial/Makefile.am
+++ b/src/gallium/tests/trivial/Makefile.am
@@ -13,6 +13,7 @@ AM_CPPFLAGS = \
LDADD = $(GALLIUM_PIPE_LOADER_CLIENT_LIBS) \
$(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader_client.la \
+ $(top_builddir)/src/gallium/winsys/sw/dri/libswdri.la \
$(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
$(DLOPEN_LIBS) \