From 1950e19897a01689c60461ffefa5e6175052bb50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denilson=20S=C3=A1=20Maia?= Date: Tue, 12 Sep 2023 13:05:41 +0200 Subject: [PATCH] Added Linux target, added standalone binary This commit adds the standalone binary, which lets Xenos be run directly without any plugin host. It also adds Linux build target, which seems to build and run just fine. Web browser and webview were disabled to avoid the webkit2getk dependency, as it's not needed anyway. --- Xenos.jucer | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/Xenos.jucer b/Xenos.jucer index b69a56e..f756b48 100644 --- a/Xenos.jucer +++ b/Xenos.jucer @@ -3,7 +3,7 @@ - + @@ -79,13 +79,32 @@ + + + + + + + + + + + + + + + + + + + + - +