Lines Matching refs:conf_data

15 conf_data = configuration_data()  variable
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',
87 conf_data.set_quoted('SERVER_MISC_CONFIG_PATH', serverconfigdir)
88 conf_data.set_quoted('PROJECTROOT', get_option('prefix'))
89 conf_data.set_quoted('SYSCONFDIR', join_paths(get_option('prefix'), get_option('sysconfdir')))
90 conf_data.set_quoted('SUID_WRAPPER_DIR', join_paths(get_option('prefix'), get_option('libexecdir')))
91 conf_data.set_quoted('COMPILEDDEFAULTFONTPATH', default_font_path)
93 conf_data.set('XORG_VERSION_CURRENT', release)
95 conf_data.set('HASXDMAUTH', has_xdm_auth)
96 conf_data.set('SECURE_RPC', get_option('secure-rpc'))
98 conf_data.set('HAVE_DLFCN_H', cc.has_header('dlfcn.h'))
99 conf_data.set('HAVE_EXECINFO_H', cc.has_header('execinfo.h'))
100 conf_data.set('HAVE_FCNTL_H', cc.has_header('fcntl.h'))
101 conf_data.set('HAVE_FNMATCH_H', cc.has_header('fnmatch.h'))
102 conf_data.set('HAVE_LINUX_AGPGART_H', cc.has_header('linux/agpgart.h'))
103 conf_data.set('HAVE_STDLIB_H', cc.has_header('stdlib.h'))
104 conf_data.set('HAVE_STRING_H', cc.has_header('string.h'))
105 conf_data.set('HAVE_STRINGS_H', cc.has_header('strings.h'))
106 conf_data.set('HAVE_STROPTS_H', cc.has_header('stropts.h'))
107 conf_data.set('HAVE_SYS_AGPGART_H', cc.has_header('sys/agpgart.h'))
108 conf_data.set('HAVE_SYS_AGPIO_H', cc.has_header('sys/agpio.h'))
109 conf_data.set('HAVE_SYS_UTSNAME_H', cc.has_header('sys/utsname.h'))
110 conf_data.set('HAVE_SYS_SYSMACROS_H', cc.has_header('sys/sysmacros.h'))
111 conf_data.set('HAVE_UNISTD_H', cc.has_header('unistd.h'))
113 conf_data.set('HAVE_ARC4RANDOM_BUF', cc.has_function('arc4random_buf', dependencies: libbsd_dep))
114 conf_data.set('HAVE_BACKTRACE', cc.has_function('backtrace'))
115 conf_data.set('HAVE_CBRT', cc.has_function('cbrt'))
116 conf_data.set('HAVE_EPOLL_CREATE1', cc.has_function('epoll_create1'))
117 conf_data.set('HAVE_GETUID', cc.has_function('getuid'))
118 conf_data.set('HAVE_GETEUID', cc.has_function('geteuid'))
119 conf_data.set('HAVE_ISASTREAM', cc.has_function('isastream'))
120 conf_data.set('HAVE_ISSETUGID', cc.has_function('issetugid'))
121 conf_data.set('HAVE_GETIFADDRS', cc.has_function('getifaddrs'))
122 conf_data.set('HAVE_GETPEEREID', cc.has_function('getpeereid'))
123 conf_data.set('HAVE_GETPEERUCRED', cc.has_function('getpeerucred'))
124 conf_data.set('HAVE_GETPROGNAME', cc.has_function('getprogname'))
125 conf_data.set('HAVE_GETZONEID', cc.has_function('getzoneid'))
126 conf_data.set('HAVE_MEMFD_CREATE', cc.has_function('memfd_create'))
127 conf_data.set('HAVE_MKOSTEMP', cc.has_function('mkostemp'))
128 conf_data.set('HAVE_MMAP', cc.has_function('mmap'))
129 conf_data.set('HAVE_POLL', cc.has_function('poll'))
130 conf_data.set('HAVE_POLLSET_CREATE', cc.has_function('pollset_create'))
131 conf_data.set('HAVE_POSIX_FALLOCATE', cc.has_function('posix_fallocate'))
132 conf_data.set('HAVE_PORT_CREATE', cc.has_function('port_create'))
133 conf_data.set('HAVE_REALLOCARRAY', cc.has_function('reallocarray', dependencies: libbsd_dep))
134 conf_data.set('HAVE_SETEUID', cc.has_function('seteuid'))
135 conf_data.set('HAVE_SETITIMER', cc.has_function('setitimer'))
136 conf_data.set('HAVE_SHMCTL64', cc.has_function('shmctl64'))
137 conf_data.set('HAVE_SIGACTION', cc.has_function('sigaction'))
138 conf_data.set('HAVE_STRCASECMP', cc.has_function('strcasecmp'))
139 conf_data.set('HAVE_STRCASESTR', cc.has_function('strcasestr'))
140 conf_data.set('HAVE_STRLCAT', cc.has_function('strlcat', dependencies: libbsd_dep))
141 conf_data.set('HAVE_STRLCPY', cc.has_function('strlcpy', dependencies: libbsd_dep))
142 conf_data.set('HAVE_STRNCASECMP', cc.has_function('strncasecmp'))
143 conf_data.set('HAVE_STRNDUP', cc.has_function('strndup'))
144 conf_data.set('HAVE_TIMINGSAFE_MEMCMP', cc.has_function('timingsafe_memcmp'))
145 conf_data.set('HAVE_VASPRINTF', cc.has_function('vasprintf'))
146 conf_data.set('HAVE_VSNPRINTF', cc.has_function('vsnprintf'))
147 conf_data.set('HAVE_WALKCONTEXT', cc.has_function('walkcontext'))
149 conf_data.set('BUSFAULT', conf_data.get('HAVE_SIGACTION'))
152 conf_data.set('_XTYPEDEF_POINTER', '1')
153 conf_data.set('_XITYPEDEF_POINTER', '1')
155 conf_data.set('LISTEN_TCP', get_option('listen_tcp'))
156 conf_data.set('LISTEN_UNIX', get_option('listen_unix'))
157 conf_data.set('LISTEN_LOCAL', get_option('listen_local'))
159 conf_data.set('XTRANS_SEND_FDS', '1')
161 conf_data.set('TCPCONN', '1')
162 conf_data.set('UNIXCONN', '1')
163 conf_data.set('IPv6', build_ipv6)
165 conf_data.set('CLIENTIDS', '1') # XXX
167 conf_data.set('BIGREQS', '1')
168 conf_data.set('COMPOSITE', '1')
169 conf_data.set('DAMAGE', '1')
170 conf_data.set('DBE', '1')
171 conf_data.set('DGA', build_dga)
172 conf_data.set('DPMSExtension', build_dpms)
173 conf_data.set('DRI2', build_dri2)
174 conf_data.set('DRI3', build_dri3)
175 conf_data.set_quoted('DRI_DRIVER_PATH', dri_dep.get_pkgconfig_variable('dridriverdir'))
176 conf_data.set('HAS_SHM', build_mitshm)
177 conf_data.set('MITSHM', build_mitshm)
178 conf_data.set('PANORAMIX', build_xinerama)
179 conf_data.set('PRESENT', '1')
180 conf_data.set('RANDR', '1')
181 conf_data.set('RES', build_res)
182 conf_data.set('RENDER', '1')
183 conf_data.set('SCREENSAVER', build_screensaver)
184 conf_data.set('SHAPE', '1')
185 conf_data.set('XACE', build_xace)
186 conf_data.set('XCMISC', '1')
187 conf_data.set('XCSECURITY', build_xsecurity)
188 conf_data.set('XDMCP', xdmcp_dep.found())
189 conf_data.set('XF86BIGFONT', build_xf86bigfont)
190 conf_data.set('XF86DRI', build_dri1)
191 conf_data.set('XF86VIDMODE', build_xf86vidmode)
192 conf_data.set('XFIXES', '1')
193 conf_data.set('XFreeXDGA', build_dga)
194 conf_data.set('XINERAMA', build_xinerama)
195 conf_data.set('XINPUT', '1')
196 conf_data.set('XRECORD', '1')
197 conf_data.set('XSELINUX', build_xselinux)
198 conf_data.set('XSYNC', '1')
199 conf_data.set('XTEST', '1')
200 conf_data.set('XV', build_xv)
201 conf_data.set('XvExtension', build_xv)
202 conf_data.set('XvMCExtension', build_xvmc)
204 conf_data.set('HAVE_SHA1_IN_LIBNETTLE', '1') # XXX
206 conf_data.set('HAVE_APM', build_apm or build_acpi)
207 conf_data.set('HAVE_ACPI', build_acpi)
210 conf_data.set('DEBUG', enable_debugging)
212 conf_data.set_quoted('XVENDORNAME', get_option('vendor_name'))
213 conf_data.set_quoted('XVENDORNAMESHORT', get_option('vendor_name_short'))
214 conf_data.set_quoted('__VENDORDWEBSUPPORT__', get_option('vendor_web'))
215 conf_data.set_quoted('OSVENDOR', get_option('os_vendor'))
216 conf_data.set_quoted('BUILDERADDR', get_option('builder_addr'))
217 conf_data.set_quoted('BUILDERSTRING', get_option('builder_string'))
260 conf_data.set('SVR4', cc.compiles(defines_svr4))
261 conf_data.set_quoted('XKB_DFLT_RULES', get_option('xkb_default_rules'))
262 conf_data.set('XORGSERVER', build_xorg)
263 conf_data.set_quoted('XCONFIGFILE', 'xorg.conf')
264 conf_data.set_quoted('__XSERVERNAME__', 'Xorg')
265 conf_data.set('WITH_VGAHW', build_vgahw)
266 conf_data.set('CSRG_BASED', csrg_based)
267 conf_data.set('PCCONS_SUPPORT', supports_pccons)
268 conf_data.set('PCVT_SUPPORT', supports_pcvt)
269 conf_data.set('SYSCONS_SUPPORT', supports_syscons)
270 conf_data.set('WSCONS_SUPPORT', supports_wscons)
271 conf_data.set('XSERVER_LIBPCIACCESS', get_option('pciaccess'))
272 conf_data.set('XSERVER_PLATFORM_BUS', build_udev)
275 configuration : conf_data)
279 configuration : conf_data,