Define USE_X11 on Linux

This commit is contained in:
Adam Roben 2013-08-06 17:29:08 -04:00
parent 3076781c8a
commit d27a984378

View file

@ -73,6 +73,13 @@
], ],
}, },
}, },
'conditions': [
['OS not in ["mac", "win"]', {
'defines': [
'USE_X11',
],
}],
],
}, },
'Debug': { 'Debug': {
'inherit_from': [ 'inherit_from': [