about summary refs log tree commit diff
path: root/third_party/nix/meson_options.txt
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2019-10-26T09·16-0400
committerVincent Ambo <tazjin@google.com>2020-05-17T14·56+0100
commit9c21176f5779d5757cfc38497873bb0e13eb4f0b (patch)
tree9f8d580cd1bae8cd079dcc9e0e5434abf87f350d /third_party/nix/meson_options.txt
parent3f6f3356e86c5f48955dcf55cfbb1bf42456533a (diff)
chore(3p/nix): Make libsodium an auto dependency r/734
This means do autodetection if the user doesn't specify.

(cherry picked from commit 1be6ab4d3eb4d6b04c322b9ed0a108c2b5354ec5)
Diffstat (limited to '')
-rw-r--r--third_party/nix/meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/nix/meson_options.txt b/third_party/nix/meson_options.txt
index 9bad1b2c4c..8d8e5dab53 100644
--- a/third_party/nix/meson_options.txt
+++ b/third_party/nix/meson_options.txt
@@ -153,8 +153,8 @@ option(
 
 option(
     'with_libsodium',
-    type : 'boolean',
-    value : 'true',
+    type : 'feature',
+    value : 'auto',
     description : 'build nix with shared libs')
 
 option(