efl: enable opengl on ppc64 targets
This commit is contained in:
parent
622e8c712e
commit
55ce4ef99d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ build_options="framebuffer gles2 harfbuzz opengl pulseaudio wayland x11"
|
||||||
build_options_default="harfbuzz pulseaudio x11"
|
build_options_default="harfbuzz pulseaudio x11"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*)
|
i686*|x86_64*|ppc64*)
|
||||||
# Enable gles2 by default on x86.
|
# Enable gles2 by default on x86.
|
||||||
build_options_default+=" opengl"
|
build_options_default+=" opengl"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue