Fix default build.

Regression was introduced in a8d35b67aa.
This commit is contained in:
John Preston 2018-07-10 12:14:53 +03:00
parent 947204bb9d
commit e466dc9fc7

View File

@ -7,6 +7,9 @@
{ {
'conditions': [[ 'build_linux', { 'conditions': [[ 'build_linux', {
'variables': { 'variables': {
'variables': {
'build_defines%': '',
},
'not_need_gtk%': '<!(python -c "print(\'TDESKTOP_DISABLE_GTK_INTEGRATION\' in \'<(build_defines)\')")', 'not_need_gtk%': '<!(python -c "print(\'TDESKTOP_DISABLE_GTK_INTEGRATION\' in \'<(build_defines)\')")',
'pkgconfig_libs': [ 'pkgconfig_libs': [
# In order to work libxkbcommon must be linked statically, # In order to work libxkbcommon must be linked statically,