mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2024-11-25 07:05: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": [
|
||||
"-DENABLE_SDL=ON",
|
||||
"-DENABLE_EVDEV=OFF"
|
||||
]
|
||||
],
|
||||
"arch": {
|
||||
"i386": {
|
||||
"config-opts": [
|
||||
"-DENABLE_GENERIC=ON"
|
||||
]
|
||||
},
|
||||
"arm": {
|
||||
"config-opts": [
|
||||
"-DENABLE_GENERIC=ON"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"post-install": [
|
||||
"install -Dm644 appdata.xml /app/share/appdata/dolphin-emu.appdata.xml"
|
||||
|
|
Loading…
Reference in a new issue