From 5e34102012c860383c653b5ee25dbed8e103a8b3 Mon Sep 17 00:00:00 2001 From: Guoyi Zhang Date: Mon, 19 Aug 2024 15:27:53 +1000 Subject: [PATCH] java-openjfx: disable compile webkit via properties --- BioArchLinux/java-openjfx/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BioArchLinux/java-openjfx/gradle.properties b/BioArchLinux/java-openjfx/gradle.properties index 56d468493e..eaf8704eb7 100644 --- a/BioArchLinux/java-openjfx/gradle.properties +++ b/BioArchLinux/java-openjfx/gradle.properties @@ -1,3 +1,3 @@ COMPILE_MEDIA = true -COMPILE_WEBKIT = true +COMPILE_WEBKIT = false CONF = Release