From e56607cb441a8ace0acf554be600c0fe9ab20960 Mon Sep 17 00:00:00 2001 From: Nadia Date: Thu, 9 Feb 2023 21:34:05 +0100 Subject: [PATCH] Re-enable aarch64 builds. OpenGL used to not work with the aarch64 KDE flatpak runtime, but this seems to no longer be the case, so let's re-enable aarch64 builds. There's currently an issue with gcc breaking rendering on aarch64 when building with LTO, so it is disabled for now. --- flathub.json | 2 +- net.kuribo64.melonDS.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flathub.json b/flathub.json index 637604e..0dee804 100644 --- a/flathub.json +++ b/flathub.json @@ -1,3 +1,3 @@ { - "only-arches": ["x86_64"] + "only-arches": ["x86_64", "aarch64"] } diff --git a/net.kuribo64.melonDS.yml b/net.kuribo64.melonDS.yml index 83a663e..1202273 100644 --- a/net.kuribo64.melonDS.yml +++ b/net.kuribo64.melonDS.yml @@ -28,7 +28,7 @@ modules: arch: aarch64: config-opts: - - -DENABLE_OGLRENDERER=OFF + - -DENABLE_LTO_RELEASE=OFF build-commands: - install -D -m644 -t /app/share/appdata/ ../${FLATPAK_ID}.appdata.xml sources: