summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2021-12-10 14:31:45 +0000
committerSimon McVittie <smcv@collabora.com>2021-12-10 16:48:51 +0000
commit9d60676ae08b5ff1153ca5cb2e42bb4d5ec563cf (patch)
tree0c7ee3621e5e7b08ddb508595a6b3b8eadbf12e4 /CMakeLists.txt
parent67f1a01f7bbb813d1664bd9a01dc8af3c2b469ca (diff)
downloaddbus-9d60676ae08b5ff1153ca5cb2e42bb4d5ec563cf.tar.gz
Disable the Containers interface
We've had a request for a 1.14.x stable-branch, but the Containers interface is only partially implemented, not yet described in the D-Bus Specification, and not ready to be part of our API guarantees. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c9b3784b..994f7197 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -138,7 +138,6 @@ endif()
option(DBUS_DISABLE_ASSERT "Disable assertion checking" OFF)
option(DBUS_ENABLE_STATS "enable bus daemon usage statistics" OFF)
-option(DBUS_ENABLE_CONTAINERS "enable restricted servers for app-containers" OFF)
option(ENABLE_TRADITIONAL_ACTIVATION "Enable traditional activation (without using systemd)" ON)
if(DBUS_LINUX)