meson: remove DATADIR as it is not used
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Tue, 4 Dec 2018 20:04:07 +0000 (21:04 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 18 Dec 2018 04:15:43 +0000 (13:15 +0900)
and further more, on windows this causes un-understandable compiler
errors.

Differential Revision: https://phab.enlightenment.org/D7417

meson.build

index c40d30c..82205da 100644 (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)