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 773382 - --without-librsvg broken by tools/Makefile.am
--without-librsvg broken by tools/Makefile.am
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
git master
Other All
: Normal normal
: 2.10
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2016-10-23 14:22 UTC by Sebastian Pipping
Modified: 2016-10-30 18:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Pipping 2016-10-23 14:22:07 UTC
Hi there!


It seems that --without-librsvg broke on Git master.  Looking at tools/makefile.am, I don't see needed conditionals.  To reproduce:

  git clone --depth 1 https://git.gnome.org/browse/gimp
  cd gimp
  ./autogen.sh && ./configure --without-librsvg && make -C tools

Please bring it back.  Many thanks!

Best



Sebastian
Comment 1 Michael Natterer 2016-10-23 14:37:08 UTC
Indeed. I think we rather make SVG a hard dependency like PNG, TIFF, JPEG.
Comment 2 Michael Natterer 2016-10-30 18:45:48 UTC
"Fixed" in master:

commit 43e218859b09ff648088f4820642d92c57f0ddb6
Author: Michael Natterer <mitch@gimp.org>
Date:   Sun Oct 30 19:44:28 2016 +0100

    Bug 773382 - --without-librsvg broken by tools/Makefile.am
    
    Fixed by making librsvg a hard dependency.

 configure.ac                   | 19 +++----------------
 plug-ins/common/Makefile.am    |  3 +--
 plug-ins/common/plugin-defs.pl |  2 +-
 3 files changed, 5 insertions(+), 19 deletions(-)