blob: 9a7be533e54dbc5c0d161c1479798fdb7e0740b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- ./third_party/libXNVCtrl/libXNVCtrl.gyp.orig 2014-04-24 22:36:00.000000000 +0200
+++ ./third_party/libXNVCtrl/libXNVCtrl.gyp 2014-04-24 23:23:47.000000000 +0200
@@ -13,6 +13,9 @@
'NVCtrlLib.h',
'nv_control.h',
],
+ 'include_dirs': [
+ '<(prefix_dir)/include',
+ ],
},
],
}
|