Build fix for X11-less Linux builds
authorSlawomir Cygan <slawomir.cygan@intel.com>
Mon, 29 May 2017 20:01:49 +0000 (22:01 +0200)
committerPyry Haulos <phaulos@google.com>
Tue, 30 May 2017 01:10:06 +0000 (21:10 -0400)
commit8fa6899a770138ceb323003e34f01d8c2b0956a9
treef92f0cbc7e2ae52fcff0ea714635ab2acf93e4ce
parent4142f99f8e293747e9ec62c7127dcb3bb2657461
Build fix for X11-less Linux builds

The combination of recent refactor on release branch and
merge to master resulted in XinitThreads being called from
code that may be compiled even if X11 API is not available.

Components: Framework

VK-GL-CTS Issue: 450

Change-Id: Ia7d1d23eabd1b222d5039868c1fb762e1d42f01f
framework/platform/lnx/tcuLnxPlatform.cpp