summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-11-17 10:03:23 +0100
committerIñigo Martínez <inigomartinez@gmail.com>2017-11-17 18:07:43 +0100
commit4ccee7b10760a34dc4c524a165335068ceb3ea0f (patch)
tree63ff86b24c10f08c89fa8fb7e9888b36da0eb660 /meson_options.txt
parent9c02bffc205a9ba37fffd2ba5c2da9b1f1383494 (diff)
downloadgnome-session-4ccee7b10760a34dc4c524a165335068ceb3ea0f.tar.gz
build: Remove unnecessary dependency checks
There are multiple deprecated checks, related to IPv6 and X window system, which are not necessary anymore. This patch removes those checks and also their meson options. https://bugzilla.gnome.org/show_bug.cgi?id=790486
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 3a201f61..0d2e127c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,5 +4,3 @@ option('systemd', type: 'boolean', value: false, description: 'Use systemd')
option('consolekit', type: 'boolean', value: false, description: 'Use consolekit')
option('docbook', type: 'boolean', value: false, description: 'build documentation')
option('man', type: 'boolean', value: false, description: 'build documentation (requires xmlto)')
-option('ipv6', type: 'boolean', value: false, description: 'enable IPv6 extensions')
-option('xtrans', type: 'boolean', value: true, description: 'Build without xtrans support (results in ICE listening on remote TCP ports)')