[RFC PATCH:xf86-video-ast 8/15] Link with modules needed to build with no-undefined linking

Alan Coopersmith alan.coopersmith at oracle.com
Fri May 25 08:02:12 PDT 2012


Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
 src/Makefile.am |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/Makefile.am b/src/Makefile.am
index 4cd7075..939f9d1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,6 +27,8 @@ AM_CFLAGS = @XORG_CFLAGS@
 
 ast_drv_la_LTLIBRARIES = ast_drv.la
 ast_drv_la_LDFLAGS = -module -avoid-version
+ast_drv_la_LIBADD = $(XORG_LIBS) $(PCIACCESS_LIBS)
+ast_drv_la_LIBADD += -L at moduledir@ -lfb -lxaa -lvgahw
 ast_drv_ladir = @moduledir@/drivers
 
 ast_drv_la_SOURCES =	\
-- 
1.7.9.2



More information about the xorg-devel mailing list