mirror of
https://github.com/RetroDECK/net.kuribo64.melonDS.git
synced 2024-11-23 22:25:40 +00:00
Build with Qt6
This commit is contained in:
parent
e56607cb44
commit
2437981b22
|
@ -1,6 +1,6 @@
|
||||||
app-id: net.kuribo64.melonDS
|
app-id: net.kuribo64.melonDS
|
||||||
runtime: org.kde.Platform
|
runtime: org.kde.Platform
|
||||||
runtime-version: '5.15-22.08'
|
runtime-version: '6.6'
|
||||||
sdk: org.kde.Sdk
|
sdk: org.kde.Sdk
|
||||||
command: melonDS
|
command: melonDS
|
||||||
cleanup:
|
cleanup:
|
||||||
|
@ -25,10 +25,8 @@ modules:
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
builddir: true
|
builddir: true
|
||||||
build-options:
|
build-options:
|
||||||
arch:
|
config-opts:
|
||||||
aarch64:
|
- -DUSE_QT6=ON
|
||||||
config-opts:
|
|
||||||
- -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