After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 348329 - make gnome-print dependency optional in librsvg
make gnome-print dependency optional in librsvg
Status: RESOLVED FIXED
Product: librsvg
Classification: Core
Component: general
2.15.x
Other All
: Normal enhancement
: ---
Assigned To: librsvg maintainers
librsvg maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-22 13:53 UTC by Jean-François Wauthy
Modified: 2006-07-22 16:59 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Jean-François Wauthy 2006-07-22 13:53:07 UTC
Currently the configure script checks for optional gnome-print support but doesn't allow the user to disable it.
Comment 1 Dominic Lachowicz 2006-07-22 14:08:51 UTC
No, this works fine:

printui-2.2 >= 2.2.0... Package libgnomeprint-2.2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgnomeprint-2.2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnomeprint-2.2' found

...

make[2]: Leaving directory `/home/dom/src/gnome/librsvg/doc'
make[1]: Leaving directory `/home/dom/src/gnome/librsvg'
Comment 2 Jean-François Wauthy 2006-07-22 14:15:22 UTC
i meant adding a --disable-gnome-print switch to the configure script to allow the user to explicitly disable the check for gnome print
Comment 3 Dominic Lachowicz 2006-07-22 15:24:27 UTC
If you have the libgnomeprint-devel package installed, why do you not want to build rsvg-view with printing support?
Comment 4 Jean-François Wauthy 2006-07-22 16:40:34 UTC
It's because some distro (like debian) make it depend on gnome-print; i think adding such switch could allow package maintainers to create not gnome-print dependent packages easier.

But i guess you'll say it's distro specific; anyway just my 0.02€
 
Comment 5 Dominic Lachowicz 2006-07-22 16:59:53 UTC
Fixed.