From: Michael Orlitzky Date: Wed, 9 Aug 2023 04:03:41 +0000 (-0400) Subject: Makefile.am: update library name to avoid conflict with librsvg X-Git-Tag: 0.0.2~3 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=d00400b4029085ed155a8de62955215bec1c8ed1;hp=d00400b4029085ed155a8de62955215bec1c8ed1;p=libsvgtiny-pixbuf.git Makefile.am: update library name to avoid conflict with librsvg With this change, installing libsvgtiny-pixbuf alongside librsvg should be possible. The mime types still "conflict," but the librsvg library will come last alphabetically and should take therefore take precendence (source: I tried it both ways). As for the thumbnailers: it doesn't matter which gets run. They both literally do the same thing. The test suite also continues to exercise the correct library, even when librsvg is installed. It seems that GDK_PIXBUF_MODULE_FILE takes precedence over the system loader cache. ---