From dc54723f847b8536d5ec3c5b647830b819e94e9f Mon Sep 17 00:00:00 2001 From: Jete O'Keeffe Date: Sat, 18 Apr 2020 11:20:36 -0400 Subject: [PATCH] using KDE 5.14 libs, flatpak jobs variable --- org.dust3d.dust3d.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/org.dust3d.dust3d.json b/org.dust3d.dust3d.json index 7c4fec74..01e1f158 100644 --- a/org.dust3d.dust3d.json +++ b/org.dust3d.dust3d.json @@ -1,9 +1,8 @@ { "app-id": "org.dust3d.dust3d", "runtime": "org.kde.Platform", - "runtime-version": "5.13", + "runtime-version": "5.14", "sdk": "org.kde.Sdk", - "branch": "stable", "command": "dust3d", "finish-args": [ "--share=ipc", @@ -57,7 +56,7 @@ "build-commands": [ "mkdir -p thirdparty/instant-meshes/build", "cd thirdparty/instant-meshes/build && cmake ../", - "cd thirdparty/instant-meshes/build && make -j 4", + "cd thirdparty/instant-meshes/build && make -j $FLATPAK_BUILDER_N_JOBS", "qmake -config release", "make CXX=\"g++ -fext-numeric-literals\"", "install -D dust3d /app/bin/dust3d"