projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
897e198
)
gallium/tests: do not link against libudev
author
Emil Velikov
<emil.l.velikov@gmail.com>
Wed, 29 Jan 2014 17:03:29 +0000
(17:03 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Tue, 11 Feb 2014 17:17:50 +0000
(17:17 +0000)
Previously the linking was required due to dependency of udev in the
pipe-loader. Now this is no longer the case, as we dlopen the library.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gallium/tests/trivial/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/tests/trivial/Makefile.am
b/src/gallium/tests/trivial/Makefile.am
index d65eb869816df0ce5acb99fbbc0957dacd12ea08..0702f684ba92fa85a7485cbacaf29dc4a00fa00c 100644
(file)
--- a/
src/gallium/tests/trivial/Makefile.am
+++ b/
src/gallium/tests/trivial/Makefile.am
@@
-15,7
+15,6
@@
LDADD = $(GALLIUM_PIPE_LOADER_LIBS) \
$(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader.la \
$(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
- $(LIBUDEV_LIBS) \
$(DLOPEN_LIBS) \
$(PTHREAD_LIBS) \
-lm