From 27a9f5f010f451159e4c39ce37fd4376975a1450 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sat, 27 Aug 2016 21:33:26 -0400 Subject: Clean up several archaic configuration attempts. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index a27ad93565..37f102013e 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,4 +1,4 @@ -option('win32-dirs', type : 'string', value : 'classic', +option('win32-dirs', type : 'combo', choices : ['classic', 'fhs'], value : 'classic', description : 'use win32 "classic" (Program Files-like) or "fhs" (unix-like) directory structure (default: "classic")') option('nls', type : 'boolean', value : true, -- cgit v1.2.1