| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index ed450af1a9cbe931cb12c4aa779ee69132ec7568..4109a5b9ccdc9a24e346b717928a7580b8fe43b8 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -504,6 +504,7 @@
|
| ],
|
| 'link_settings': {
|
| 'libraries': [
|
| + '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
|
| '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
|
| 'libpam.a',
|
| ],
|
| @@ -1122,6 +1123,15 @@
|
| 'mac_bundle_resources!': [
|
| 'host/installer/mac/uninstaller/remoting_uninstaller-Info.plist',
|
| ],
|
| + 'link_settings': {
|
| + 'libraries': [
|
| + '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
|
| + '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework',
|
| + '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
|
| + '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
|
| + '$(SDKROOT)/System/Library/Frameworks/Security.framework',
|
| + ],
|
| + },
|
| }, # end of target 'remoting_host_uninstaller'
|
|
|
| # This packages up the files needed for the remoting host installer so
|
| @@ -2516,6 +2526,15 @@
|
| 'codec/video_encoder_vp8.cc',
|
| 'codec/video_encoder_vp8.h',
|
| ],
|
| + 'conditions': [
|
| + ['OS == "linux"', {
|
| + 'link_settings': {
|
| + 'libraries': [
|
| + '-ldl',
|
| + ],
|
| + },
|
| + }],
|
| + ],
|
| }, # end of target 'remoting_base'
|
|
|
| {
|
|
|