]> git.ipfire.org Git - ipfire.org.git/blobdiff - configure.ac
fonts: Provide Prompt in WOFF2 format as well
[ipfire.org.git] / configure.ac
index c336ab6835a6ab79a4f61af1e8cdeed9b83368a3..17ef12942811dd93e3b82d0bb49a68c0765dcb50 100644 (file)
@@ -64,6 +64,18 @@ if test -z "${FFMPEG}"; then
        AC_MSG_ERROR([ffmpeg is required])
 fi
 
+# jekyll
+AC_CHECK_PROG(JEKYLL, [jekyll], [jekyll])
+if test -z "${JEKYLL}"; then
+       AC_MSG_ERROR([jekyll is required])
+fi
+
+# WOFF2
+AC_CHECK_PROG(WOFF2_COMPRESS, [woff2_compress], [woff2_compress])
+if test -z "${WOFF2_COMPRESS}"; then
+       AC_MSG_ERROR([woff2_compress is required])
+fi
+
 # ------------------------------------------------------------------------------
 
 AC_ARG_WITH([systemd],