okra pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=dac02ef5084f0b15224db98042aaea8ff6fc411a
commit dac02ef5084f0b15224db98042aaea8ff6fc411a Author: Vincent Torri <[email protected]> Date: Wed Oct 2 12:51:25 2019 -0500 evil will be soon private to the EFL, and _WIN32 is always defined by Windows compilers Reviewers: stephenmhouston Reviewed By: stephenmhouston Differential Revision: https://phab.enlightenment.org/D9808 --- meson.build | 8 -------- 1 file changed, 8 deletions(-) diff --git a/meson.build b/meson.build index ef78b83..18dd3e9 100644 --- a/meson.build +++ b/meson.build @@ -20,10 +20,6 @@ edje = dependency('edje', required: true, version: efl_version) eipc = dependency('ecore-ipc', required: true, version: efl_version) exif = dependency('libexif', required: false, version: '>= 0.6.0') depe = dependency('enlightenment', required: false) -##### check for windows dependency -if build_machine.system() == 'windows' - win = dependency('evil', version: efl_version) -endif ##### dir locations dir_prefix = get_option('prefix') @@ -54,10 +50,6 @@ cfg.set ('_POSIX_PTHREAD_SEMANTICS', 1) cfg.set ('_ALL_SOURCE' , 1) cfg.set ('_POSIX_SOURCE' , 1) cfg.set ('_POSIX_1_SOURCE' , 1) -##### Check for windows -if build_machine.system() == 'windows' - cfg.set ('_WIN32' , 1) -endif ##### Check for arpa/inet and netinet/in.h if cc.has_header('arpa/inet.h') == true cfg.set ('HAVE_ARPA_INET_H' , 1) --
