mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2025-02-18 00:35:38 +00:00
Restore -DENABLE_GENERIC for i386 and arm
This commit is contained in:
parent
aae1cd1b7b
commit
de213809b2
|
@ -24,7 +24,19 @@
|
||||||
"config-opts": [
|
"config-opts": [
|
||||||
"-DENABLE_SDL=ON",
|
"-DENABLE_SDL=ON",
|
||||||
"-DENABLE_EVDEV=OFF"
|
"-DENABLE_EVDEV=OFF"
|
||||||
]
|
],
|
||||||
|
"arch": {
|
||||||
|
"i386": {
|
||||||
|
"config-opts": [
|
||||||
|
"-DENABLE_GENERIC=ON"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"arm": {
|
||||||
|
"config-opts": [
|
||||||
|
"-DENABLE_GENERIC=ON"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"post-install": [
|
"post-install": [
|
||||||
"install -Dm644 appdata.xml /app/share/appdata/dolphin-emu.appdata.xml"
|
"install -Dm644 appdata.xml /app/share/appdata/dolphin-emu.appdata.xml"
|
||||||
|
|
Loading…
Reference in a new issue