Commit 76d17b27 by Frank Henigman Committed by Commit Bot

Deqp gyp use_x11 fixes.

Remove the use_x11==1 condition from two things which have nothing to do with x11: defining _GNU_SOURCE and choosing deqp_libtester_sources_unix. This lets us build for Chrome OS where typically use_x11==0. BUG=angleproject:1297 Change-Id: I9166f2a8119493aaab82af15e109d378fffb811a Reviewed-on: https://chromium-review.googlesource.com/337695Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org> Commit-Queue: Frank Henigman <fjhenigman@chromium.org>
parent 4a48d9a3
......@@ -1013,6 +1013,9 @@
[
'<(deqp_path)/framework/platform/x11',
],
}],
['OS=="linux"',
{
'deqp_defines':
[
# Ask the system headers to expose all the regular function otherwise
......@@ -1373,7 +1376,7 @@
{
'sources': [ '<@(deqp_libtester_sources_win)', ],
}],
['(OS=="linux" and use_x11==1) or OS=="mac"',
['OS=="linux" or OS=="mac"',
{
'sources': [ '<@(deqp_libtester_sources_unix)', ],
}],
......
Markdown is supported
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