summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distro-configs/LibreOfficeFlatpak.conf2
-rw-r--r--solenv/flatpak-manifest.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/distro-configs/LibreOfficeFlatpak.conf b/distro-configs/LibreOfficeFlatpak.conf
index c0c79b7ce959..65f473c48b51 100644
--- a/distro-configs/LibreOfficeFlatpak.conf
+++ b/distro-configs/LibreOfficeFlatpak.conf
@@ -4,7 +4,7 @@
--with-ant-home=/run/build/libreoffice/ant
--with-extra-buildid=Flatpak
--with-help=html
---with-jdk-home=/usr/lib/sdk/openjdk10/jvm/openjdk-10
+--with-jdk-home=/usr/lib/sdk/openjdk11/jvm/openjdk-11
--with-lang=ALL
--with-system-libs
--with-vendor=The Document Foundation
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 4647aa2d7c59..a1bd5df262ed 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -4,7 +4,7 @@
"runtime-version": "18.08",
"sdk": "org.freedesktop.Sdk",
"sdk-extensions": [
- "org.freedesktop.Sdk.Extension.openjdk10"
+ "org.freedesktop.Sdk.Extension.openjdk11"
],
"command": "/app/libreoffice/program/soffice",
"modules": [
@@ -12,7 +12,7 @@
"name": "openjdk",
"buildsystem": "simple",
"build-commands": [
- "/usr/lib/sdk/openjdk10/install.sh"
+ "/usr/lib/sdk/openjdk11/install.sh"
]
},
{