summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/radeonsi
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-03-08 19:06:17 +0000
committerEmil Velikov <[email protected]>2014-03-11 12:50:42 +0000
commitf3595b674829b24b5165905d9a9c352d6df4e927 (patch)
tree5f28da16e35b5420635cb931735432e435a02885 /src/gallium/targets/radeonsi
parentd8ba951ad672a8e75dd8f60536e75460aec36e3e (diff)
gallium/targets: drop link generation for non DRI targets
All three (xvmc and omx) do not have an alternative loading similar to the dri modules. Thus one needs to explicitly install them in order to use/test them. v2: - Keep vdpau targets, as an equivalent of LIBGL_DRIVERS_PATH is being worked on. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Jon TURNEY <[email protected]>
Diffstat (limited to 'src/gallium/targets/radeonsi')
-rw-r--r--src/gallium/targets/radeonsi/omx/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/targets/radeonsi/omx/Makefile.am b/src/gallium/targets/radeonsi/omx/Makefile.am
index 0d479122e28..14e9dbb6af5 100644
--- a/src/gallium/targets/radeonsi/omx/Makefile.am
+++ b/src/gallium/targets/radeonsi/omx/Makefile.am
@@ -65,9 +65,3 @@ nodist_EXTRA_libomx_radeonsi_la_SOURCES = dummy-cpp.cpp
libomx_radeonsi_la_LDFLAGS += $(LLVM_LDFLAGS)
libomx_radeonsi_la_LIBADD += $(LLVM_LIBS)
endif
-
-# Provide compatibility with scripts for the old Mesa build system for
-# a while by putting a link to the driver into /lib of the build tree.
-all-local: libomx_radeonsi.la
- $(MKDIR_P) $(top_builddir)/$(LIB_DIR)/gallium
- ln -f .libs/libomx_radeonsi.so* $(top_builddir)/$(LIB_DIR)/gallium/