• Home
  • Raw
  • Download

Lines Matching +full:dbus +full:- +full:x11

16 	'content-protection.c',
17 'data-device.c',
19 'linux-dmabuf.c',
20 'linux-explicit-synchronization.c',
21 'linux-sync-file.c',
23 'noop-renderer.c',
24 'pixel-formats.c',
25 'pixman-renderer.c',
26 'plugin-registry.c',
29 'touch-calibration.c',
30 'weston-log-wayland.c',
31 'weston-log-file.c',
32 'weston-log-flight-rec.c',
33 'weston-log.c',
34 'weston-direct-display.c',
70 if get_option('renderer-gl')
73 …error('libweston + gl-renderer requires egl which was not found. Or, you can use \'-Drenderer-gl=f…
79 'weston-@0@'.format(libweston_major),
123 filebase: 'libweston-@0@'.format(libweston_major),
132 filebase: 'libweston-@0@-protocols'.format(libweston_major),
144 'launcher-direct.c',
145 'launcher-util.c',
146 'launcher-weston-launch.c',
150 if get_option('backend-drm')
155 if get_option('launcher-logind')
160 systemd_dep = dependency('libsystemd-login', version: '>= 198', required: false)
162 …ogind support requires libsystemd or libsystemd-login but neither was found. Or, you can use \'-Dl…
166 dbus_dep = dependency('dbus-1', version: '>= 1.6', required: false)
168 …error('logind support requires dbus-1 >= 1.6 which was not found. Or, you can use \'-Dlauncher-log…
175 'dbus.c',
176 'launcher-logind.c',
185 'session-helper',
195 'libinput-backend',
197 'libinput-device.c',
198 'libinput-seat.c'
214 sources: 'vertex-clipping.c',
218 if get_option('weston-launch')
222 error('pam_open_session not found for weston-launch')
226 'weston-launch',
227 'weston-launch.c',
233 …d_install_script('echo', 'REMINDER: You are installing weston-launch, please make it setuid-root.')
236 subdir('renderer-gl')
237 subdir('backend-drm')
238 subdir('backend-fbdev')
239 subdir('backend-headless')
240 subdir('backend-rdp')
241 subdir('backend-wayland')
242 subdir('backend-x11')