From: Marcel Hollerbach Date: Tue, 4 Dec 2018 20:04:07 +0000 (+0100) Subject: meson: remove DATADIR as it is not used X-Git-Tag: submit/tizen/20181218.080725~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ec7301d7a9445bd8420f8a59da36b882f9f67b2;p=platform%2Fupstream%2Fefl.git 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 --- diff --git a/meson.build b/meson.build index c40d30c..82205da 100644 --- a/meson.build +++ b/meson.build @@ -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)