aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_webrtc_modules_desktop__capture_desktop__capture.gypi
blob: db98666418e1bc0ca77b9286bac35c9e6e73cd30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- third_party/webrtc/modules/desktop_capture/desktop_capture.gypi.orig	2016-05-11 19:04:03 UTC
+++ third_party/webrtc/modules/desktop_capture/desktop_capture.gypi
@@ -114,6 +114,11 @@
             ],
           },
         }],
+        ['os_bsd==1', {
+          'include_dirs': [
+            '<(prefix_dir)/include',
+          ],
+        }],
         ['OS!="win" and OS!="mac" and use_x11==0', {
           'sources': [
             "mouse_cursor_monitor_null.cc",