summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2019-01-02 10:34:23 +0100
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-01-02 10:34:47 +0100
commite142bf796d013956c2393c882c7f4f6e244751e3 (patch)
treef93f3e6a5c8c3f29f3e41c1bb3e05a1804bd222b /meson_options.txt
parent16b47b4969368437f6929d2264316eb2d1707c82 (diff)
downloadefl-e142bf796d013956c2393c882c7f4f6e244751e3.tar.gz
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
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 7 insertions, 0 deletions
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'
+)