forked from enlightenment/efl
parent
8b6e91d8bd
commit
e80779d67d
3 changed files with 3 additions and 3 deletions
@ -1,7 +1,7 @@ |
||||
custom_target('config_'+config, |
||||
input: config_file, |
||||
output: 'base.cfg', |
||||
command: [eet_bin, '-e', '@OUTPUT@', 'config', '@INPUT@', '0'], |
||||
command: [eet_bin, '-e', '@OUTPUT@', 'config', '@INPUT@', '1'], |
||||
install: true, |
||||
install_dir: join_paths(dir_data, 'elementary', 'config', config), |
||||
) |
||||
|
@ -1,7 +1,7 @@ |
||||
custom_target('config_'+config, |
||||
input: config_file, |
||||
output: 'base.cfg', |
||||
command: [eet_bin, '-e', '@OUTPUT@', 'config', '@INPUT@', '0'], |
||||
command: [eet_bin, '-e', '@OUTPUT@', 'config', '@INPUT@', '1'], |
||||
install: true, |
||||
install_dir: join_paths(dir_data, 'elementary', 'config', config), |
||||
) |
||||
|
@ -1,7 +1,7 @@ |
||||
custom_target('config_'+config, |
||||
input: config_file, |
||||
output: 'base.cfg', |
||||
command: [eet_bin, '-e', '@OUTPUT@', 'config', '@INPUT@', '0'], |
||||
command: [eet_bin, '-e', '@OUTPUT@', 'config', '@INPUT@', '1'], |
||||
install: true, |
||||
install_dir: join_paths(dir_data, 'elementary', 'config', config), |
||||
) |
||||
|
Loading…
Reference in new issue