From 80a5918da98979ceba6ac6dec59a00154192d4ba Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Thu, 1 Aug 2019 22:41:36 +0300 Subject: [PATCH] msg2pdf: don't build for now Not yet compatible with webkit2gtk --- toys/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/toys/Makefile.am b/toys/Makefile.am index ac63a1ff..5b07f05b 100644 --- a/toys/Makefile.am +++ b/toys/Makefile.am @@ -20,5 +20,7 @@ SUBDIRS= # for mug2 and msg2pdf, we need webkit if BUILD_GUI -SUBDIRS += mug msg2pdf +SUBDIRS += mug endif + +# msg2pdf --> FIXME