summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMike Ruprecht <cmaiku@gmail.com>2018-05-22 16:40:02 -0500
committerMike Ruprecht <cmaiku@gmail.com>2018-05-22 16:40:02 -0500
commitaf26a878452665d74aad1042554d2498e0911f89 (patch)
tree7b221f4e0de1194d3e411e062da82464411a0797 /meson_options.txt
parentdc08d5024a1ceab3c976165d03aef5d4b192f28a (diff)
downloadpidgin-af26a878452665d74aad1042554d2498e0911f89.tar.gz
Remove win32-dirs option
Now that "classic" and "fhs" dirs can both use the same codepaths, the win32-dirs option is no longer needed. This patch removes it. In order to have it behave in the "classic" mode, just move pidgin.exe to <prefix>/ instead of <prefix>/bin/.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index de97d48df2..9f9caf0937 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,6 +1,3 @@
-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,
description : 'enable installation of translation files')