xwayland: install pkgconfig to sharedir
[xserver.git] / meson_options.txt
blobe831d1dc99abb4458a1b8c224048a7192f02a662
1 option('xorg', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
2        description: 'Enable Xorg X Server')
3 option('xephyr', type: 'boolean', value: false,
4        description: 'Enable Xephyr nested X server')
5 option('xwayland', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
6        description: 'Enable Xwayland X server')
7 option('glamor', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
8        description: 'Enable glamor (default yes for Xorg/Xwayland builds)')
9 option('xwayland_ei', type: 'combo', choices: ['socket', 'portal', 'false', 'auto'],
10        value: 'auto', description: 'Enable emulated input support on Xwayland')
11 option('xnest', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
12        description: 'Enable Xnest nested X server')
13 option('xvfb', type: 'boolean', value: true,
14        description: 'Enable Xvfb X server')
15 option('xwin', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
16        description: 'Enable XWin X server')
17 option('xquartz', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
18        description: 'Enable Xquartz X server')
21 option('builder_addr', type: 'string', description: 'Builder address', value: 'xorg@lists.freedesktop.org')
22 option('builder_string', type: 'string', description: 'Additional builder string')
24 option('log_dir', type: 'string')
25 option('module_dir', type: 'string', value: 'xorg/modules',
26        description: 'X.Org modules directory (absolute or relative to the directory specified by the libdir option)')
27 option('default_font_path', type: 'string')
28 option('fontrootdir', type: 'string',
29         description: 'Root directory for legacy fonts. Default: from font-utils.pc or $datadir/fonts/X11')
30 option('serverconfigdir', type: 'string',
31         description: 'Miscellaneous server configuration files path. Default: $libdir/xorg')
33 option('glx', type: 'boolean', value: true)
34 option('xdmcp', type: 'boolean', value: true)
35 option('xdm-auth-1', type: 'boolean', value: true)
36 option('secure-rpc', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
37        description: 'Enable Secure-RPC (DES) authentication')
38 option('ipv6', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto')
39 option('input_thread', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto')
41 option('xkb_dir', type: 'string')
42 option('xkb_output_dir', type: 'string')
43 option('xkb_bin_dir', type: 'string')
44 option('xkb_default_rules', type: 'string', value: 'evdev')
45 option('xkb_default_model', type: 'string', value: 'pc105')
46 option('xkb_default_layout', type: 'string', value: 'us')
47 option('xkb_default_variant', type: 'string')
48 option('xkb_default_options', type: 'string')
50 option('fallback_input_driver', type: 'string', value: 'auto')
52 option('vendor_name', type: 'string', value: 'The X.Org Foundation')
53 option('vendor_name_short', type: 'string', value: 'X.Org')
54 option('vendor_web', type: 'string', value: 'http://wiki.x.org')
56 option('dtrace', type: 'boolean', value: false,
57        description: 'Enable dtrace hooks')
59 option('listen_tcp', type: 'boolean', value: false,
60        description: 'Listen on TCP by default')
61 option('listen_unix', type: 'boolean', value: true,
62        description: 'Listen on Unix by default')
63 option('listen_local', type: 'boolean', value: true,
64        description: 'Listen on local by default')
66 option('int10', type: 'combo', choices: ['stub', 'x86emu', 'vm86', 'auto', 'false'],
67        value: 'auto',
68        description: 'Xorg int10 backend (default: usually x86emu)')
69 option('suid_wrapper', type: 'boolean', value: false,
70        description: 'SUID wrapper for legacy driver support')
71 option('pciaccess', type: 'boolean', value: true,
72        description: 'Xorg pciaccess support')
73 option('udev', type: 'boolean', value: true)
74 option('udev_kms', type: 'boolean', value: true)
75 option('hal', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
76        description: 'Enable HAL integration')
77 option('systemd_notify', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
78        description: 'Enable systemd-notify support')
79 option('systemd_logind', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
80        description: 'Enable systemd-logind integration')
81 option('vgahw', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
82        description: 'Xorg VGA access module')
83 option('dpms', type: 'boolean', value: true,
84        description: 'Xorg DPMS extension')
85 option('xf86bigfont', type: 'boolean', value: false,
86        description: 'XF86 Big Font extension')
87 option('screensaver', type: 'boolean', value: true,
88        description: 'ScreenSaver extension')
89 option('xres', type: 'boolean', value: true,
90        description: 'XRes extension')
91 option('xace', type: 'boolean', value: true,
92        description: 'X-ACE extension')
93 option('xselinux', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
94        description: 'XSELINUX extension')
95 option('xinerama', type: 'boolean', value: true,
96        description: 'Xinerama extension')
97 option('xcsecurity', type: 'boolean', value: false,
98        description: 'Security extension')
99 option('xv', type: 'boolean', value: true,
100        description: 'Xv extension')
101 option('xvmc', type: 'boolean', value: true,
102        description: 'XvMC extension')
103 option('dga', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
104        description: 'DGA extension')
105 option('linux_apm', type: 'boolean', value: true,
106        description: 'APM support on Linux')
107 option('linux_acpi', type: 'boolean', value: true,
108        description: 'ACPI support on Linux')
109 option('mitshm', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
110        description: 'SHM extension')
111 option('agp', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
112        description: 'AGP support')
113 option('sha1', type: 'combo', choices: ['libc', 'CommonCrypto', 'CryptoAPI', 'libmd', 'libsha1', 'libnettle', 'libgcrypt', 'libcrypto', 'auto'], value: 'auto',
114        description: 'SHA1 implementation')
115 option('xf86-input-inputtest', type: 'boolean', value: true,
116        description: 'Test input driver support on Xorg')
118 option('dri1', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', description: 'Build DRI1 extension (default: auto)')
119 option('dri2', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', description: 'Build DRI2 extension (default: auto)')
120 option('dri3', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', description: 'Build DRI3 extension (default: auto)')
121 option('drm', type: 'boolean', value: true,
122         description: 'Build Xorg with libdrm support')
124 option('apple-applications-dir', type: 'string', value: '/Applications/Utilities',
125         description: 'Applications directory')
126 option('apple-application-name', type: 'string', value: 'X11',
127         description: 'Application name')
128 option('bundle-id-prefix', type: 'string', value: 'org.x',
129         description: 'RDNS prefix for bundle identifier')
130 option('bundle-version', type: 'string', value: 'auto',
131         description: 'The CFBundleVersion for the application bundle')
132 option('bundle-version-string', type: 'string', value: 'auto',
133         description: 'The CFBundleShortVersionString for the application bundle')
134 option('sparkle-feed-url', type: 'string',
135         description: 'Feed URL for autoupdating with the Sparkle Framework (default: disabled)')
136 option('sparkle-public-edkey', type: 'string',
137         description: 'Public EdDSA key for verifying updates from the Sparkle feed (default: disabled)')
138 option('xpbproxy', type: 'boolean', value: false,
139         description: 'Build a standalone X pasteboard proxy')
141 option('libunwind', type: 'boolean', value: false,
142         description: 'Use libunwind for backtrace reporting')
144 option('xwayland-path', type: 'string', description: 'Directory containing Xwayland executable')
145 option('libdecor', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
146         description: 'Whether Xwayland should use libdecor when running rootful.')
148 option('docs', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
149         description: 'Build documentation')
150 option('devel-docs', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
151         description: 'Build development documentation')
152 option('docs-pdf', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
153         description: 'Whether to build PDF version of documentation. Setting is ignored if documentation is not built.')