File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
scriptmodules/supplementary Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ function depends_emulationstation() {
137
137
138
138
compareVersions " $__os_debian_ver " gt 8 && depends+=(rapidjson-dev)
139
139
isPlatform " x11" && depends+=(gnome-terminal)
140
- if isPlatform " rpi " && isPlatform " 32bit " && ! isPlatform " osmc" ; then
140
+ if isPlatform " dispmanx " && ! isPlatform " osmc" ; then
141
141
depends+=(omxplayer)
142
142
fi
143
143
getDepends " ${depends[@]} "
@@ -170,6 +170,10 @@ function build_emulationstation() {
170
170
local gl_ver=$( sudo -u $user glxinfo | grep -oP " OpenGL version string: \K(\d+)" )
171
171
[[ " $gl_ver " -gt 1 ]] && params+=(-DUSE_OPENGL_21=On)
172
172
fi
173
+ if isPlatform " dispmanx" ; then
174
+ params+=(-DOMX=On)
175
+ fi
176
+
173
177
rpSwap on 1000
174
178
cmake . " ${params[@]} "
175
179
make clean
You can’t perform that action at this time.
0 commit comments