option( 'docs', type: 'boolean', value: true, description: 'Whether to generate the API reference for libproxy' ) option( 'tests', type: 'boolean', value: true, description: 'Whether to compile test cases for libproxy' ) option( 'dbus', type: 'feature', value: 'auto', description: 'Whether to build D-Bus service' ) option( 'dbus-system-user', type: 'string', value: 'root', description: 'Which user should be used on D-Bus system session' ) option( 'config-env', type: 'boolean', value: true, description: 'Whether to build plugin for environment configuration' ) option( 'config-gnome', type: 'boolean', value: true, description: 'Whether to build plugin for GNOME configuration' ) option( 'config-windows', type: 'boolean', value: true, description: 'Whether to build plugin for Windows configuration' ) option( 'config-sysconfig', type: 'boolean', value: true, description: 'Whether to build plugin for sysconfig configuration' ) option( 'config-osx', type: 'boolean', value: true, description: 'Whether to build plugin for OS X configuration' ) option( 'config-kde', type: 'boolean', value: true, description: 'Whether to build plugin for KDE System Settings' ) option( 'pacrunner-duktape', type: 'boolean', value: true, description: 'Whether to build plugin for PAC Runner Duktape' ) option( 'vapi', type: 'boolean', value: true, description: 'Whether to build vapi support' ) option( 'curl', type: 'boolean', value: true, description: 'Whether to build cURL support' ) option( 'introspection', type: 'boolean', value: true, description: 'Whether to build introspection support' )