aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..e2fa1bf
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,19 @@
+# Configure available backends:
+
+# FreeImage http://freeimage.sourceforge.net
+# provides: png, jpg, animated gif, raw, psd, bmp, tiff, webp, etc.
+# depends: libjpeg, openexr, openjpeg2, libwebp, libraw, jxrlib
+# license: FIPL v1.0
+BACKEND_FREEIMAGE=yes
+
+# libpng http://www.libpng.org/pub/png/libpng.html
+# provides: png
+# depends: zlib
+# license: libpng license
+BACKEND_LIBPNG=no
+
+# librsvg https://wiki.gnome.org/Projects/LibRsvg
+# provides: svg
+# depends: gdk-pixbuf2 pango libcroco
+# license: LGPL
+BACKEND_LIBRSVG=yes