summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
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'
+)