]> gitweb.michael.orlitzky.com - libsvgtiny-pixbuf.git/commit
Makefile.am: update library name to avoid conflict with librsvg
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 9 Aug 2023 04:03:41 +0000 (00:03 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 9 Aug 2023 12:14:39 +0000 (08:14 -0400)
commitd00400b4029085ed155a8de62955215bec1c8ed1
tree2824314950a675b792995427b95160544551b73a
parent7d30815b11ee9fdce43c158b07fe43042b6b3e8d
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.
Makefile.am