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

Alan Coopersmith alan.coopersmith at oracle.com
Fri May 25 08:02:19 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 dc702f0..e8618d5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -29,6 +29,8 @@ AM_CFLAGS = $(XORG_CFLAGS) $(PCIACCESS_CFLAGS)
 
 vesa_drv_la_LTLIBRARIES = vesa_drv.la
 vesa_drv_la_LDFLAGS = -module -avoid-version
+vesa_drv_la_LIBADD = $(XORG_LIBS) $(PCIACCESS_LIBS)
+vesa_drv_la_LIBADD += -L at moduledir@ -lfb -lvbe -lshadow
 vesa_drv_ladir = @moduledir@/drivers
 
 vesa_drv_la_SOURCES = \
-- 
1.7.9.2



More information about the xorg-devel mailing list