Lines Matching refs:conf_data
15 conf_data = configuration_data() cfgdata
16 conf_data.set('_DIX_CONFIG_H_', '1')
18 conf_data.set('HAVE_TYPEOF', cc.compiles('''
23 conf_data.set('MONOTONIC_CLOCK', cc.compiles('''
33 #conf_data.set('XSERVER_DTRACE', '1') # XXX
36 conf_data.set('X_BYTE_ORDER', 'X_LITTLE_ENDIAN')
38 conf_data.set('X_BYTE_ORDER', 'X_BIG_ENDIAN')
43 conf_data.set('_XSERVER64', '1')
47 conf_data.set('_GNU_SOURCE', '1')
53 conf_data.set('HAS_APERTURE_DRV', host_machine.system() == 'openbsd')
59 conf_data.set_quoted('OSNAME', 'Linux') # XXX
60 conf_data.set('HAVE_INPUTTHREAD', '1') # XXX
61 conf_data.set('HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID', '1') # XXX
62 conf_data.set('HAVE_LIBBSD', libbsd_dep.found())
65 conf_data.set('CONFIG_UDEV', build_udev)
66 conf_data.set('CONFIG_UDEV_KMS', build_udev)
67 conf_data.set('HAVE_DBUS', build_dbus)
68 conf_data.set('CONFIG_HAL', build_hal)
69 conf_data.set('SYSTEMD_LOGIND', build_systemd_logind)
70 conf_data.set('NEED_DBUS', build_systemd_logind or build_hal)
71 conf_data.set('CONFIG_WSCONS', host_machine.system() == 'openbsd')
73 conf_data.set('HAVE_XSHMFENCE', xshmfence_dep.found())
74 conf_data.set('WITH_LIBDRM', libdrm_dep.found())
75 conf_data.set('GLAMOR_HAS_EGL_QUERY_DMABUF',
77 conf_data.set('GLAMOR_HAS_EGL_QUERY_DRIVER',
79 conf_data.set('GLXEXT', build_glx)
80 conf_data.set('GLAMOR', build_glamor)
81 conf_data.set('GLAMOR_HAS_GBM', gbm_dep.found())
82 conf_data.set('GLAMOR_HAS_GBM_LINEAR',
84 conf_data.set('GBM_BO_WITH_MODIFIERS',
86 conf_data.set('GLAMOR_HAS_GBM_MAP',
88 conf_data.set('GLAMOR_HAS_GL_FENCE',
91 conf_data.set('GLES_USE_HIGHP', get_option('gles-highp') ? '1' : false)
93 conf_data.set('MODESETTING_WITH_RGA', build_modesetting and rga_dep.found() ? '1' : false)
95 conf_data.set_quoted('SERVER_MISC_CONFIG_PATH', serverconfigdir)
96 conf_data.set_quoted('PROJECTROOT', get_option('prefix'))
97 conf_data.set_quoted('SYSCONFDIR', join_paths(get_option('prefix'), get_option('sysconfdir')))
98 conf_data.set_quoted('SUID_WRAPPER_DIR', join_paths(get_option('prefix'), get_option('libexecdir')))
99 conf_data.set_quoted('COMPILEDDEFAULTFONTPATH', default_font_path)
101 conf_data.set('XORG_VERSION_CURRENT', release)
103 conf_data.set('HASXDMAUTH', has_xdm_auth)
104 conf_data.set('SECURE_RPC', get_option('secure-rpc'))
106 conf_data.set('HAVE_DLFCN_H', cc.has_header('dlfcn.h'))
107 conf_data.set('HAVE_EXECINFO_H', cc.has_header('execinfo.h'))
108 conf_data.set('HAVE_FCNTL_H', cc.has_header('fcntl.h'))
109 conf_data.set('HAVE_FNMATCH_H', cc.has_header('fnmatch.h'))
110 conf_data.set('HAVE_LINUX_AGPGART_H', cc.has_header('linux/agpgart.h'))
111 conf_data.set('HAVE_STDLIB_H', cc.has_header('stdlib.h'))
112 conf_data.set('HAVE_STRING_H', cc.has_header('string.h'))
113 conf_data.set('HAVE_STRINGS_H', cc.has_header('strings.h'))
114 conf_data.set('HAVE_STROPTS_H', cc.has_header('stropts.h'))
115 conf_data.set('HAVE_SYS_AGPGART_H', cc.has_header('sys/agpgart.h'))
116 conf_data.set('HAVE_SYS_AGPIO_H', cc.has_header('sys/agpio.h'))
117 conf_data.set('HAVE_SYS_UTSNAME_H', cc.has_header('sys/utsname.h'))
118 conf_data.set('HAVE_SYS_SYSMACROS_H', cc.has_header('sys/sysmacros.h'))
119 conf_data.set('HAVE_UNISTD_H', cc.has_header('unistd.h'))
121 conf_data.set('HAVE_ARC4RANDOM_BUF', cc.has_function('arc4random_buf', dependencies: libbsd_dep))
122 conf_data.set('HAVE_BACKTRACE', cc.has_function('backtrace'))
123 conf_data.set('HAVE_CBRT', cc.has_function('cbrt'))
124 conf_data.set('HAVE_EPOLL_CREATE1', cc.has_function('epoll_create1'))
125 conf_data.set('HAVE_GETUID', cc.has_function('getuid'))
126 conf_data.set('HAVE_GETEUID', cc.has_function('geteuid'))
127 conf_data.set('HAVE_ISASTREAM', cc.has_function('isastream'))
128 conf_data.set('HAVE_ISSETUGID', cc.has_function('issetugid'))
129 conf_data.set('HAVE_GETIFADDRS', cc.has_function('getifaddrs'))
130 conf_data.set('HAVE_GETPEEREID', cc.has_function('getpeereid'))
131 conf_data.set('HAVE_GETPEERUCRED', cc.has_function('getpeerucred'))
132 conf_data.set('HAVE_GETPROGNAME', cc.has_function('getprogname'))
133 conf_data.set('HAVE_GETZONEID', cc.has_function('getzoneid'))
134 conf_data.set('HAVE_MEMFD_CREATE', cc.has_function('memfd_create'))
135 conf_data.set('HAVE_MKOSTEMP', cc.has_function('mkostemp'))
136 conf_data.set('HAVE_MMAP', cc.has_function('mmap'))
137 conf_data.set('HAVE_POLL', cc.has_function('poll'))
138 conf_data.set('HAVE_POLLSET_CREATE', cc.has_function('pollset_create'))
139 conf_data.set('HAVE_POSIX_FALLOCATE', cc.has_function('posix_fallocate'))
140 conf_data.set('HAVE_PORT_CREATE', cc.has_function('port_create'))
141 conf_data.set('HAVE_REALLOCARRAY', cc.has_function('reallocarray', dependencies: libbsd_dep))
142 conf_data.set('HAVE_SETEUID', cc.has_function('seteuid'))
143 conf_data.set('HAVE_SETITIMER', cc.has_function('setitimer'))
144 conf_data.set('HAVE_SHMCTL64', cc.has_function('shmctl64'))
145 conf_data.set('HAVE_SIGACTION', cc.has_function('sigaction'))
146 conf_data.set('HAVE_STRCASECMP', cc.has_function('strcasecmp'))
147 conf_data.set('HAVE_STRCASESTR', cc.has_function('strcasestr'))
148 conf_data.set('HAVE_STRLCAT', cc.has_function('strlcat', dependencies: libbsd_dep))
149 conf_data.set('HAVE_STRLCPY', cc.has_function('strlcpy', dependencies: libbsd_dep))
150 conf_data.set('HAVE_STRNCASECMP', cc.has_function('strncasecmp'))
151 conf_data.set('HAVE_STRNDUP', cc.has_function('strndup'))
152 conf_data.set('HAVE_TIMINGSAFE_MEMCMP', cc.has_function('timingsafe_memcmp'))
153 conf_data.set('HAVE_VASPRINTF', cc.has_function('vasprintf'))
154 conf_data.set('HAVE_VSNPRINTF', cc.has_function('vsnprintf'))
155 conf_data.set('HAVE_WALKCONTEXT', cc.has_function('walkcontext'))
157 conf_data.set('BUSFAULT', conf_data.get('HAVE_SIGACTION'))
160 conf_data.set('_XTYPEDEF_POINTER', '1')
161 conf_data.set('_XITYPEDEF_POINTER', '1')
163 conf_data.set('LISTEN_TCP', get_option('listen_tcp'))
164 conf_data.set('LISTEN_UNIX', get_option('listen_unix'))
165 conf_data.set('LISTEN_LOCAL', get_option('listen_local'))
167 conf_data.set('XTRANS_SEND_FDS', '1')
169 conf_data.set('TCPCONN', '1')
170 conf_data.set('UNIXCONN', '1')
171 conf_data.set('IPv6', build_ipv6)
173 conf_data.set('CLIENTIDS', '1') # XXX
175 conf_data.set('BIGREQS', '1')
176 conf_data.set('COMPOSITE', '1')
177 conf_data.set('DAMAGE', '1')
178 conf_data.set('DBE', '1')
179 conf_data.set('DGA', build_dga)
180 conf_data.set('DPMSExtension', build_dpms)
181 conf_data.set('DRI2', build_dri2)
182 conf_data.set('DRI3', build_dri3)
183 conf_data.set_quoted('DRI_DRIVER_PATH', dri_dep.get_pkgconfig_variable('dridriverdir'))
184 conf_data.set('HAS_SHM', build_mitshm)
185 conf_data.set('MITSHM', build_mitshm)
186 conf_data.set('PANORAMIX', build_xinerama)
187 conf_data.set('PRESENT', '1')
188 conf_data.set('RANDR', '1')
189 conf_data.set('RES', build_res)
190 conf_data.set('RENDER', '1')
191 conf_data.set('SCREENSAVER', build_screensaver)
192 conf_data.set('SHAPE', '1')
193 conf_data.set('XACE', build_xace)
194 conf_data.set('XCMISC', '1')
195 conf_data.set('XCSECURITY', build_xsecurity)
196 conf_data.set('XDMCP', xdmcp_dep.found())
197 conf_data.set('XF86BIGFONT', build_xf86bigfont)
198 conf_data.set('XF86DRI', build_dri1)
199 conf_data.set('XF86VIDMODE', build_xf86vidmode)
200 conf_data.set('XFIXES', '1')
201 conf_data.set('XFreeXDGA', build_dga)
202 conf_data.set('XINERAMA', build_xinerama)
203 conf_data.set('XINPUT', '1')
204 conf_data.set('XRECORD', '1')
205 conf_data.set('XSELINUX', build_xselinux)
206 conf_data.set('XSYNC', '1')
207 conf_data.set('XTEST', '1')
208 conf_data.set('XV', build_xv)
209 conf_data.set('XvExtension', build_xv)
210 conf_data.set('XvMCExtension', build_xvmc)
212 conf_data.set('HAVE_SHA1_IN_LIBNETTLE', '1') # XXX
214 conf_data.set('HAVE_APM', build_apm or build_acpi)
215 conf_data.set('HAVE_ACPI', build_acpi)
218 conf_data.set('DEBUG', enable_debugging)
220 conf_data.set_quoted('XVENDORNAME', get_option('vendor_name'))
221 conf_data.set_quoted('XVENDORNAMESHORT', get_option('vendor_name_short'))
222 conf_data.set_quoted('__VENDORDWEBSUPPORT__', get_option('vendor_web'))
223 conf_data.set_quoted('OSVENDOR', get_option('os_vendor'))
224 conf_data.set_quoted('BUILDERADDR', get_option('builder_addr'))
225 conf_data.set_quoted('BUILDERSTRING', get_option('builder_string'))
268 conf_data.set('SVR4', cc.compiles(defines_svr4))
269 conf_data.set_quoted('XKB_DFLT_RULES', get_option('xkb_default_rules'))
270 conf_data.set('XORGSERVER', build_xorg)
271 conf_data.set_quoted('XCONFIGFILE', 'xorg.conf')
272 conf_data.set_quoted('__XSERVERNAME__', 'Xorg')
273 conf_data.set('WITH_VGAHW', build_vgahw)
274 conf_data.set('CSRG_BASED', csrg_based)
275 conf_data.set('PCCONS_SUPPORT', supports_pccons)
276 conf_data.set('PCVT_SUPPORT', supports_pcvt)
277 conf_data.set('SYSCONS_SUPPORT', supports_syscons)
278 conf_data.set('WSCONS_SUPPORT', supports_wscons)
279 conf_data.set('XSERVER_LIBPCIACCESS', get_option('pciaccess'))
280 conf_data.set('XSERVER_PLATFORM_BUS', build_udev)
283 configuration : conf_data)
287 configuration : conf_data,