Fix fuchsia build of libfeature_support.

This enables the linux path for GetSystemInfo on fuchsia. Tested
locally and fixes the build.

Bug: angleproject:2996
Change-Id: Icc8f282a66ff43ae9c74545a9dcee2d4af8a21e0
Reviewed-on: https://chromium-review.googlesource.com/c/1358632
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Commit-Queue: Jamie Madill <jmadill@chromium.org>
This commit is contained in:
Jamie Madill 2018-12-03 10:13:36 -05:00 коммит произвёл Nico Weber
Родитель ce0a8f3c8f
Коммит c10a023a66
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -284,7 +284,7 @@ static_library("angle_gpu_info_util") {
defines += [ "GPU_INFO_USE_SETUPAPI" ]
}
if (is_linux) {
if (is_linux || is_fuchsia) {
sources += libangle_gpu_info_util_linux_sources
if (use_x11) {