diff options
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2014-02-12 13:50:43 +0100 |
---|---|---|
committer | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2014-02-12 13:51:51 +0100 |
commit | 572a8345bfd1d6289a91b64eef92565ef9b3ee55 (patch) | |
tree | cbadc19c873d6441fd7630af1f69a4457985fd24 /src/gallium/targets/r600 | |
parent | 025d99ce3cea21c9ecea77b95655c0c838b2fa3c (diff) | |
download | external_mesa3d-572a8345bfd1d6289a91b64eef92565ef9b3ee55.zip external_mesa3d-572a8345bfd1d6289a91b64eef92565ef9b3ee55.tar.gz external_mesa3d-572a8345bfd1d6289a91b64eef92565ef9b3ee55.tar.bz2 |
gallium makefiles: use a linker script for building dri drivers
Only export __driDriverExtensions by default, and radeon_drm_winsys_create on radeons.
Remove -Bsymbolic which should no longer be needed.
As a side effect, it ought to fix a manifestation of bug 73200 on radeon.
Signed-off-by: Maarten Lankhorst<maarten.lankhorst@canonical.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'src/gallium/targets/r600')
-rw-r--r-- | src/gallium/targets/r600/dri/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/r600/dri/Makefile.am b/src/gallium/targets/r600/dri/Makefile.am index 42db72f..1f13b80 100644 --- a/src/gallium/targets/r600/dri/Makefile.am +++ b/src/gallium/targets/r600/dri/Makefile.am @@ -20,6 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. +DRI_VERSION_SCRIPT = $(srcdir)/../../r300/dri/radeon.link include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ |