From: Tom Callaway <[email protected]> This bug was reported in https://bugzilla.redhat.com/852740
Signed-off-by: Nicolas Chauvet <[email protected]> --- gfxdrivers/vdpau/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfxdrivers/vdpau/Makefile.am b/gfxdrivers/vdpau/Makefile.am index e9fc677..edfec98 100644 --- a/gfxdrivers/vdpau/Makefile.am +++ b/gfxdrivers/vdpau/Makefile.am @@ -25,7 +25,7 @@ libdirectfb_vdpau_la_SOURCES = \ libdirectfb_vdpau_la_LDFLAGS = \ -module \ -avoid-version \ - $(DFB_LDFLAGS) -lm + $(DFB_LDFLAGS) $(LIBM) $(X11VDPAU_LIBS) libdirectfb_vdpau_la_LIBADD = \ $(top_builddir)/lib/direct/libdirect.la \ -- 1.7.11.4 _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
