On Tue, May 29, 2012 at 11:31:56AM +0100, Rob Bradford wrote: > From: Rob Bradford <[email protected]>
Ah, oops, I actually snug in the -lm fix with the commit that added --disable-wcap-tools. Which I fixed Saturday but didn't push until Monday. Oh well, hopefully the wcap build trouble is fixed now. Kristian > > --- > wcap/Makefile.am | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/wcap/Makefile.am b/wcap/Makefile.am > index 7dca7e9..df46735 100644 > --- a/wcap/Makefile.am > +++ b/wcap/Makefile.am > @@ -19,7 +19,7 @@ wcap_decode_SOURCES = \ > > wcap_decode_CPPFLAGS = -DCONFIG_VP8_ENCODER=1 > wcap_decode_CFLAGS = $(WCAP_CFLAGS) > -wcap_decode_LDADD = $(WCAP_LIBS) > +wcap_decode_LDADD = $(WCAP_LIBS) -lm > > wcap_snapshot_SOURCES = \ > wcap-snapshot.c \ > -- > 1.7.7.6 > > _______________________________________________ > wayland-devel mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/wayland-devel _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
