Restore -DENABLE_GENERIC for i386 and arm

This commit is contained in:
Bartłomiej Piotrowski 2017-06-20 09:41:58 +02:00
parent aae1cd1b7b
commit de213809b2

View file

@ -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"