Commit 18f386ea authored by Samuli Piippo's avatar Samuli Piippo Committed by Allan Sandfeld Jensen
Browse files

Disable angle opengl in embedded linux


Angle opengl has dependency to mesa (libdrm/gbm), but component
is never built on embedded linux. Disable to avoid unnecessary
check.

Change-Id: Ie1e2ef56692f5e311bb2011a15dba9de1bb8de2f
Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
Showing with 1 addition and 0 deletions
...@@ -39,5 +39,6 @@ GYP_CONFIG += \ ...@@ -39,5 +39,6 @@ GYP_CONFIG += \
use_x11=0 \ use_x11=0 \
v8_use_snapshot=false \ v8_use_snapshot=false \
want_separate_host_toolset=1 \ want_separate_host_toolset=1 \
angle_enable_gl=0 \
WEBENGINE_CONFIG *= reduce_binary_size WEBENGINE_CONFIG *= reduce_binary_size
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment