summaryrefslogtreecommitdiff
path: root/render/box.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.c')
-rw-r--r--render/box.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/render/box.c b/render/box.c
index b4e06bb5f..bb2ac8a44 100644
--- a/render/box.c
+++ b/render/box.c
@@ -70,6 +70,10 @@ static const content_type image_types[] = {
#ifdef WITH_PNG
CONTENT_PNG,
#endif
+#ifdef WITH_MNG
+ CONTENT_JNG,
+ CONTENT_MNG,
+#endif
#ifdef WITH_SPRITE
CONTENT_SPRITE,
#endif