Commit Graph

7 Commits

Author SHA1 Message Date
jasper
f54b6d82ba - update to telepathy-farstream-0.6.0 2012-09-28 14:26:56 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
jasper
98d24f44e9 move CONFIGURE_STYLE to Makefile.inc 2012-08-29 17:50:55 +00:00
jasper
0e6db9b146 - update to 0.4.0 2012-06-15 09:48:31 +00:00
ajacoutot
c636c5a030 No need to LIB_DEPENDS on python. 2012-04-09 08:59:08 +00:00
jasper
4ea2f77f4f - add pkgpaths
spotted by aja@
2012-04-08 15:39:51 +00:00
jasper
da66b5417f import telepathy-farstream 0.2.3
Farstream is a video conferencing connection manager for the Telepathy
framework. This component enables the use of Telepathy instant messaging
clients with Farstream/Nice servers.

ok aja@
2012-04-05 16:04:01 +00:00