Commit Graph

9 Commits

Author SHA1 Message Date
ajacoutot
5cf46ca919 Update to colord-gtk-0.1.25. 2013-03-30 15:52:45 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
e4fa65e765 PERMIT_* / REGRESS -> TEST sweep 2013-03-11 11:10:51 +00:00
ajacoutot
0fe1df51fd Sync WANTLIB after colord update. 2013-03-08 07:01:51 +00:00
ajacoutot
3c286188af Update to colord-gtk-0.1.24. 2013-03-05 07:57:31 +00:00
ajacoutot
bec3c09e0e Update to colord-gtk-0.1.23. 2012-09-28 08:17:44 +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
ajacoutot
d564010b05 Sync comment; no pkg change. 2012-09-10 08:08:49 +00:00
ajacoutot
69339e0b91 Import colord-gtk-0.1.22.
colord-gtk is a GTK+ support library for colord.

(note that this used to be a subpackage but upstream split it into two
different projects to prevent the build loop with gtk+3).

ok jasper@
2012-08-04 14:59:04 +00:00