efl: enable opengl on ppc64 targets

This commit is contained in:
q66
2018-12-17 21:30:59 +01:00
committed by Helmut Pozimski
parent 622e8c712e
commit 55ce4ef99d

View File

@@ -43,7 +43,7 @@ build_options="framebuffer gles2 harfbuzz opengl pulseaudio wayland x11"
build_options_default="harfbuzz pulseaudio x11"
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*)
i686*|x86_64*|ppc64*)
# Enable gles2 by default on x86.
build_options_default+=" opengl"
;;