meson: set HAVE_ELEMENTARY_WIN32 on windows

this enables windows engine selections and other functionality

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D8728
This commit is contained in:
Mike Blumenkrantz 2019-04-26 09:08:23 -04:00 committed by Marcel Hollerbach
parent f254cff545
commit 1ad1ea84fd
1 changed files with 5 additions and 0 deletions

View File

@ -986,6 +986,11 @@ if get_option('cocoa')
elementary_deps += ecore_cocoa
endif
if sys_windows == true
config_h.set('HAVE_ELEMENTARY_WIN32', '1')
elementary_deps += ecore_win32
endif
c = configure_file(
output: 'Elementary_Options.h',
install : true,