diff options
Diffstat (limited to 'chromeos/chromeos.gyp')
| -rw-r--r-- | chromeos/chromeos.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp index 97c6604..68ea8d7 100644 --- a/chromeos/chromeos.gyp +++ b/chromeos/chromeos.gyp @@ -95,9 +95,16 @@ 'dbus/speech_synthesizer_client.h', 'dbus/update_engine_client.cc', 'dbus/update_engine_client.h', + 'monitor/output_configurator.cc', + 'monitor/output_configurator.h', 'network/network_sms_handler.cc', 'network/network_sms_handler.h', ], + 'link_settings': { + 'libraries': [ + '-lXext', + ], + }, }, { # This target contains mocks that can be used to write unit tests. |
