[Bug 160698] libgnomeprint requires libgnomecups



http://bugzilla.gnome.org/show_bug.cgi?id=160698
GARNOME | general | Ver: unspecified





------- Additional Comments From guenther rudersport de  2004-12-07 17:46 -------
Assuming libgnomeprint depends on lignomecups if (and only if) CUPS is used, and
assuming determining whether cups is available or not can be done by
cups-config, this line added after the CONFIGURE_ARGS line in
libgnomeprint/Makefile will add the dependency:

CONFIGURE_ARGS += $(shell if test -e "`which cups-config 2> /dev/null`"; then \
  echo path/cups; \
fi )

However, cups-config is needed by lignomecups for building, but it is provided
by libcups2-devel RPM on my system. Thus the above should fail, if CUPS is used,
libgnomecups is needed, but the devel package isn't installed yet. (Which means,
you get the very same error as before. This will add the dependency
automagically only, if the devel package is installed already.)

There should be a better solution...


------- You are receiving this mail because: -------
You are the QA contact for the bug.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]