meson: we accidently looked at the wrong elementary config spot

we read and wrote the config into the wrong subdirectory, thus values
did not match - HOWEVER something lead to more problems and trouble, as
some options in elementary_config are not respected anymore.

Differential Revision: https://phab.enlightenment.org/D7175
This commit is contained in:
Marcel Hollerbach 2018-10-18 14:30:37 +02:00
parent 8d4af0bff6
commit c304510ca5
1 changed files with 1 additions and 1 deletions

View File

@ -881,7 +881,7 @@ elm_options = configuration_data()
config_h.set_quoted('ELM_TOP_BUILD_DIR', meson.build_root())
config_h.set_quoted('MODULES_PATH', join_paths(dir_lib, 'modules'))
config_h.set_quoted('ELEMENTARY_BASE_DIR', '.data')
config_h.set_quoted('ELEMENTARY_BASE_DIR', '.elementary')
config_h.set_quoted('ICON_DIR', join_paths(dir_lib, 'icons'))
elm_options.set('ELM_UNIX', '1')