File tree 2 files changed +32
-1
lines changed
2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 71
71
}
72
72
}
73
73
],
74
+ [
75
+ 'OS=="openbsd"' ,
76
+ {
77
+ "sources" : [
78
+ "src/linux/idle.cc"
79
+ ],
80
+ "variables" : {
81
+ "pkg-config" : "pkg-config"
82
+ },
83
+ "sources" : [
84
+ "src/linux/idle.cc"
85
+ ],
86
+ "include_dirs" : [
87
+ "/usr/X11R6/include"
88
+ ],
89
+ "direct_dependent_settings" : {
90
+ "cflags" : [
91
+ "<!@(<(pkg-config) --cflags x11 xext xscrnsaver)" ,
92
+ ],
93
+ },
94
+ "link_settings" : {
95
+ "ldflags" : [
96
+ "<!@(<(pkg-config) --libs-only-other --libs-only-L x11 xext xscrnsaver)" ,
97
+ ],
98
+ "libraries" : [
99
+ "<!@(<(pkg-config) --libs-only-l x11 xext xscrnsaver)" ,
100
+ ]
101
+ }
102
+ }
103
+ ],
74
104
[
75
105
'OS=="win"' ,
76
106
{
Original file line number Diff line number Diff line change 29
29
" linux" ,
30
30
" darwin" ,
31
31
" win32" ,
32
- " freebsd"
32
+ " freebsd" ,
33
+ " openbsd"
33
34
],
34
35
"engines" : {
35
36
"node" : " >=7.9.0"
You can’t perform that action at this time.
0 commit comments