mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2024-11-22 05:35:39 +00:00
Merge pull request #2 from Barthalion/master
Enable generic build for i386 and arm
This commit is contained in:
commit
be49ab82a0
|
@ -20,10 +20,28 @@
|
|||
{
|
||||
"name": "dolphin-emu",
|
||||
"buildsystem": "cmake",
|
||||
"config-opts": [
|
||||
"-DENABLE_SDL=ON",
|
||||
"-DENABLE_EVDEV=OFF"
|
||||
],
|
||||
"build-options": {
|
||||
"config-opts": [
|
||||
"-DENABLE_SDL=ON",
|
||||
"-DENABLE_EVDEV=OFF"
|
||||
],
|
||||
"arch": {
|
||||
"i386": {
|
||||
"config-opts": [
|
||||
"-DENABLE_GENERIC=ON",
|
||||
"-DENABLE_SDL=ON",
|
||||
"-DENABLE_EVDEV=OFF"
|
||||
]
|
||||
},
|
||||
"arm": {
|
||||
"config-opts": [
|
||||
"-DENABLE_GENERIC=ON",
|
||||
"-DENABLE_SDL=ON",
|
||||
"-DENABLE_EVDEV=OFF"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"post-install": [
|
||||
"install -Dm644 appdata.xml /app/share/appdata/dolphin-emu.appdata.xml"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue