mirror of
https://github.com/RetroDECK/net.kuribo64.melonDS.git
synced 2024-11-21 21:25:39 +00:00
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.
This commit is contained in:
parent
b762a66add
commit
e56607cb44
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"only-arches": ["x86_64"]
|
"only-arches": ["x86_64", "aarch64"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,7 +28,7 @@ modules:
|
||||||
arch:
|
arch:
|
||||||
aarch64:
|
aarch64:
|
||||||
config-opts:
|
config-opts:
|
||||||
- -DENABLE_OGLRENDERER=OFF
|
- -DENABLE_LTO_RELEASE=OFF
|
||||||
build-commands:
|
build-commands:
|
||||||
- install -D -m644 -t /app/share/appdata/ ../${FLATPAK_ID}.appdata.xml
|
- install -D -m644 -t /app/share/appdata/ ../${FLATPAK_ID}.appdata.xml
|
||||||
sources:
|
sources:
|
||||||
|
|
Loading…
Reference in a new issue