| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index e1bad8fac5744f38135f9f8de043a07869093dc4..712dddd3e7df898b162d72a11bfd6e672c833a6f 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -55,8 +55,8 @@
|
| 'host_plugin_name': '<!(python <(version_py_path) -f <(branding_path) -t "@HOST_PLUGIN_FILE_NAME@")',
|
|
|
| 'conditions': [
|
| - # Remoting host is supported only on Windows, OSX and Linux.
|
| - ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0)', {
|
| + # Remoting host is supported only on Windows, OSX and Linux (with X11).
|
| + ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0 and use_x11==1)', {
|
| 'enable_remoting_host': 1,
|
| }, {
|
| 'enable_remoting_host': 0,
|
|
|