From e142bf796d013956c2393c882c7f4f6e244751e3 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Wed, 2 Jan 2019 10:34:23 +0100 Subject: Add support of Windows 8, 8.1 and 10 Reviewers: raster, bu5hm4n Reviewed By: bu5hm4n Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D7528 --- meson_options.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index a5db83d98e..e24f999ee4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -339,3 +339,10 @@ option('elogind', value : false, description : 'use elogind support' ) + +option('windows-version', + type : 'combo', + choices : ['vista', 'win7', 'win8', 'win81', 'win10'], + value : 'win7', + description : 'When host_machine is windows, compile the efl with the specified version of Windows' +) -- cgit v1.2.1