diff --git a/org.kde.Sdk.json b/org.kde.Sdk.json --- a/org.kde.Sdk.json +++ b/org.kde.Sdk.json @@ -106,7 +106,12 @@ }, "arm" : { "config-opts" : [ - "-no-reduce-relocations", "-no-use-gold-linker", "-optimize-size" + "-no-reduce-relocations", "-no-use-gold-linker", "-optimize-size", "-opengl es2" + ] + }, + "aarch64" : { + "config-opts" : [ + "-no-reduce-relocations", "-no-use-gold-linker", "-optimize-size", "-opengl es2" ] } }