Commit Graph

4 Commits

Author SHA1 Message Date
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