summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParamat <paramat@users.noreply.github.com>2018-11-08 23:33:59 +0000
committerGitHub <noreply@github.com>2018-11-08 23:33:59 +0000
commit9a151e0ae8f4503782290754f2cac100b32f9d3c (patch)
tree3b7fc980621f81a827634c7a0f9d9f96ff43ab7e
parentb1112f663b83cd745423e5dbef99461aed8dc329 (diff)
downloadminetest-9a151e0ae8f4503782290754f2cac100b32f9d3c.tar.gz
minetest-9a151e0ae8f4503782290754f2cac100b32f9d3c.tar.bz2
minetest-9a151e0ae8f4503782290754f2cac100b32f9d3c.zip
Content store: Add show_nonfree_packages setting to advanced settings (#7846)
-rw-r--r--builtin/settingtypes.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index d41b16f21..13d3334d3 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -1885,3 +1885,9 @@ emergequeue_limit_generate (Limit of emerge queues to generate) int 64
# On multiprocessor systems, this will improve mapgen speed greatly at the cost
# of slightly buggy caves.
num_emerge_threads (Number of emerge threads) int 0
+
+[Content Store]
+
+# Show packages in the content store that do not qualify as 'free software'
+# as defined by the Free Software Foundation.
+show_nonfree_packages (Show non-free packages) bool false