Remove the unused link dependency of libpciaccess. It's only used/needed by ati_drv.so
Signed-off-by: Emil Velikov <[email protected]> --- Compile tested only. src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index a5c4bc2..8f39e21 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,7 +27,7 @@ # TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. ati_drv_la_LIBADD = $(PCIACCESS_LIBS) -radeon_drv_la_LIBADD = $(LIBDRM_RADEON_LIBS) $(PCIACCESS_LIBS) +radeon_drv_la_LIBADD = $(LIBDRM_RADEON_LIBS) RADEON_KMS_SRCS=radeon_dri2.c radeon_dri3.c radeon_drm_queue.c radeon_kms.c \ radeon_present.c radeon_sync.c radeon_vbo.c radeon_bo_helper.c \ -- 2.4.4 _______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
