diff options
author | Emil Velikov <[email protected]> | 2014-02-22 03:21:40 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-02-22 03:26:29 +0000 |
commit | 969e8d15b77434a0505e883557529ed1073583a6 (patch) | |
tree | 25f0e0249f79d5ca294fbe1ceca9bb4e09a43316 /src/gallium/tests/trivial/Makefile.am | |
parent | cc3aeacab64a6928a903f1dbfeaa7c880a8de5a6 (diff) |
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 <[email protected]>
Reviewed-by: Jakob Bornecrantz <[email protected]> (v2)
Diffstat (limited to 'src/gallium/tests/trivial/Makefile.am')
-rw-r--r-- | src/gallium/tests/trivial/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/tests/trivial/Makefile.am b/src/gallium/tests/trivial/Makefile.am index debb2e24e91..656ee64e0f5 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) \ |