meson: remove DATADIR as it is not used

and further more, on windows this causes un-understandable compiler
errors.

Differential Revision: https://phab.enlightenment.org/D7417
This commit is contained in:
Marcel Hollerbach 2018-12-04 21:04:07 +01:00 committed by Stefan Schmidt
parent 5b98ebab4a
commit 2197b8eb24
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ config_h.set_quoted('PACKAGE_SRC_DIR', meson.source_root())
config_h.set_quoted('PACKAGE_BUILD_DIR', meson.current_build_dir())
config_h.set_quoted('PACKAGE_SYSCONF_DIR', dir_sysconf)
config_h.set_quoted('BINDIR', dir_bin)
config_h.set_quoted('DATADIR', dir_data)
config_h.set10('EFL_HAVE_THREADS', true)
config_h.set10('SLOPPY_SPEC', true)