From 6219ff898a8c3ae6b7abe4272b4b68cc986093e4 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 29 Mar 2012 11:09:24 +0100 Subject: Disable cairo canvas on Windows fdo#46901 fdo#46532 We never used cairocanvas on Win, this got accidentally enabled due to configure.in cleanups. Not that we shouldn't, but it needs some more fixing ( Analog of Thorsten's Mac commit for fdo#45584 ) --- distro-configs/LibreOfficeWin32.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'distro-configs/LibreOfficeWin32.conf') diff --git a/distro-configs/LibreOfficeWin32.conf b/distro-configs/LibreOfficeWin32.conf index f608e9ba3391..9bf76099df88 100644 --- a/distro-configs/LibreOfficeWin32.conf +++ b/distro-configs/LibreOfficeWin32.conf @@ -8,6 +8,7 @@ --with-java-target-version=1.5 --disable-activex-component --enable-binfilter +--disable-cairo-canvas --enable-ext-scripting-beanshell --enable-ext-scripting-javascript --enable-ext-wiki-publisher -- cgit