mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Define USE_X11 on Linux
This commit is contained in:
@@ -73,6 +73,13 @@
|
||||
],
|
||||
},
|
||||
},
|
||||
'conditions': [
|
||||
['OS not in ["mac", "win"]', {
|
||||
'defines': [
|
||||
'USE_X11',
|
||||
],
|
||||
}],
|
||||
],
|
||||
},
|
||||
'Debug': {
|
||||
'inherit_from': [
|
||||
|
||||
Reference in New Issue
Block a user