Define USE_X11 on Linux
This commit is contained in:
parent
3076781c8a
commit
d27a984378
1 changed files with 7 additions and 0 deletions
|
@ -73,6 +73,13 @@
|
|||
],
|
||||
},
|
||||
},
|
||||
'conditions': [
|
||||
['OS not in ["mac", "win"]', {
|
||||
'defines': [
|
||||
'USE_X11',
|
||||
],
|
||||
}],
|
||||
],
|
||||
},
|
||||
'Debug': {
|
||||
'inherit_from': [
|
||||
|
|
Loading…
Reference in a new issue