summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAli Abdallah <ali.abdallah@suse.com>2020-11-15 17:21:27 +0100
committerAli Abdallah <ali.abdallah@suse.com>2020-11-15 17:21:27 +0100
commit0bdf4bccc18e0184ea03426a27c9df2c0f186817 (patch)
treed5cb53f68602766a764bc800b3b6473192fe0641 /configure.ac
parenteac67eb8c6f5c53a78d4f1630b44508aa7432611 (diff)
parentb17009e5f5d8f3b0c011f177ab2e513adb51495c (diff)
downloadtumbler-0bdf4bccc18e0184ea03426a27c9df2c0f186817.tar.gz
Merge branch 'OlivierDuchateau/tumbler-gepub-thumbnailer'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c3a04be..71ffc22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -163,6 +163,7 @@ TUMBLER_POPPLER_THUMBNAILER()
TUMBLER_RAW_THUMBNAILER()
TUMBLER_XDG_CACHE()
TUMBLER_DESKTOP_THUMBNAILER()
+TUMBLER_GEPUB_THUMBNAILER()
dnl ***********************************
dnl *** Check for debugging support ***
@@ -200,6 +201,7 @@ plugins/poppler-thumbnailer/Makefile
plugins/raw-thumbnailer/Makefile
plugins/xdg-cache/Makefile
plugins/desktop-thumbnailer/Makefile
+plugins/gepub-thumbnailer/Makefile
po/Makefile.in
tumbler/Makefile
tumbler/tumbler-1.pc
@@ -273,4 +275,9 @@ echo " * Loading thumbnailers from .thumbnailer files: yes"
else
echo " * Loading thumbnailers from .thumbnailer files: no"
fi
+if test x"$ac_tumbler_gepub_thumbnailer" = x"yes"; then
+echo " * EPUB thumbnailer using libgepub: yes"
+else
+echo " * EPUB thumbnailer using libgepub: no"
+fi
echo