summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-10-05 19:44:48 +0200
committerMax Kellermann <max@musicpd.org>2020-10-05 19:44:52 +0200
commit8358b34efa8489617440ea7bb277d72cc26182f7 (patch)
treecf50da46eee6fdb4d8bc9a9f1710a52d7bb7374e /meson_options.txt
parent4484d7a5c2faabd6632e9ca6bc88712781cd4fa6 (diff)
meson_options.txt: move "test" to a new section
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 0a70ff3a3..992cffd36 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,8 +2,6 @@ option('documentation', type: 'feature', description: 'Build documentation')
option('html_manual', type: 'boolean', value: true, description: 'Build the HTML manual')
option('manpages', type: 'boolean', value: true, description: 'Build manual pages')
-option('test', type: 'boolean', value: false, description: 'Build the unit tests and debug programs')
-
option('syslog', type: 'feature', description: 'syslog support')
option('inotify', type: 'boolean', value: true, description: 'inotify support (for automatic database update)')
option('io_uring', type: 'feature', description: 'Linux io_uring support using liburing')
@@ -15,6 +13,12 @@ option('systemd_system_unit_dir', type: 'string', description: 'systemd system s
option('systemd_user_unit_dir', type: 'string', description: 'systemd user service directory')
#
+# Options for developers
+#
+
+option('test', type: 'boolean', value: false, description: 'Build the unit tests and debug programs')
+
+#
# Android
#