diff --git a/src/video_engine/test/auto_test/vie_auto_test.gypi b/src/video_engine/test/auto_test/vie_auto_test.gypi index ec8d17cc00..cf403b7d16 100644 --- a/src/video_engine/test/auto_test/vie_auto_test.gypi +++ b/src/video_engine/test/auto_test/vie_auto_test.gypi @@ -124,6 +124,14 @@ 'vie_win_test', ], }], + ['OS=="linux"', { + # TODO(andrew): these should be provided directly by the projects + # # which require them instead. + 'libraries': [ + '-lXext', + '-lX11', + ], + }], ['OS=="mac"', { 'xcode_settings': { 'OTHER_LDFLAGS': [