| 
									
										
										
										
											2021-06-03 15:36:38 +02:00
										 |  |  | wayland_protos = dependency('wayland-protocols',
 | 
					
						
							| 
									
										
										
										
											2024-10-15 22:10:49 +05:30
										 |  |  | 	version: '>=1.38',
 | 
					
						
							| 
									
										
										
										
											2021-12-14 12:10:31 +01:00
										 |  |  | 	fallback: 'wayland-protocols',
 | 
					
						
							| 
									
										
										
										
											2021-06-03 15:36:38 +02:00
										 |  |  | 	default_options: ['tests=false'],
 | 
					
						
							|  |  |  | )
 | 
					
						
							| 
									
										
										
										
											2021-09-15 19:01:14 +02:00
										 |  |  | wl_protocol_dir = wayland_protos.get_variable('pkgdatadir')
 | 
					
						
							| 
									
										
										
										
											2017-08-11 09:37:09 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-11-16 20:04:58 +03:00
										 |  |  | wayland_scanner_dep = dependency('wayland-scanner',
 | 
					
						
							|  |  |  | 	kwargs: wayland_kwargs,
 | 
					
						
							|  |  |  | 	native: true,
 | 
					
						
							|  |  |  | )
 | 
					
						
							| 
									
										
										
										
											2021-04-11 00:21:58 +02:00
										 |  |  | wayland_scanner = find_program(
 | 
					
						
							| 
									
										
										
										
											2021-09-15 19:01:14 +02:00
										 |  |  | 	wayland_scanner_dep.get_variable('wayland_scanner'),
 | 
					
						
							| 
									
										
										
										
											2021-04-11 00:21:58 +02:00
										 |  |  | 	native: true,
 | 
					
						
							|  |  |  | )
 | 
					
						
							| 
									
										
										
										
											2017-08-11 09:37:09 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-11-22 20:11:15 +13:00
										 |  |  | protocols = {
 | 
					
						
							|  |  |  | 	# Stable upstream protocols
 | 
					
						
							| 
									
										
										
										
											2023-11-26 14:37:39 +01:00
										 |  |  | 	'linux-dmabuf-v1': wl_protocol_dir / 'stable/linux-dmabuf/linux-dmabuf-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2019-11-22 20:11:15 +13:00
										 |  |  | 	'presentation-time': wl_protocol_dir / 'stable/presentation-time/presentation-time.xml',
 | 
					
						
							| 
									
										
										
										
											2024-04-12 14:55:17 +02:00
										 |  |  | 	'tablet-v2': wl_protocol_dir / 'stable/tablet/tablet-v2.xml',
 | 
					
						
							| 
									
										
										
										
											2020-03-31 15:19:08 +02:00
										 |  |  | 	'viewporter': wl_protocol_dir / 'stable/viewporter/viewporter.xml',
 | 
					
						
							| 
									
										
										
										
											2022-10-04 11:46:09 +02:00
										 |  |  | 	'xdg-shell': wl_protocol_dir / 'stable/xdg-shell/xdg-shell.xml',
 | 
					
						
							| 
									
										
										
										
											2021-09-01 16:15:23 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	# Staging upstream protocols
 | 
					
						
							| 
									
										
										
										
											2024-03-18 17:30:42 +01:00
										 |  |  | 	'alpha-modifier-v1': wl_protocol_dir / 'staging/alpha-modifier/alpha-modifier-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2022-06-03 18:44:43 +02:00
										 |  |  | 	'content-type-v1': wl_protocol_dir / 'staging/content-type/content-type-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2023-05-05 16:33:56 +02:00
										 |  |  | 	'cursor-shape-v1': wl_protocol_dir / 'staging/cursor-shape/cursor-shape-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2021-09-01 16:15:23 -04:00
										 |  |  | 	'drm-lease-v1': wl_protocol_dir / 'staging/drm-lease/drm-lease-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2024-02-10 23:14:05 +01:00
										 |  |  | 	'ext-foreign-toplevel-list-v1': wl_protocol_dir / 'staging/ext-foreign-toplevel-list/ext-foreign-toplevel-list-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2022-10-04 11:31:23 +02:00
										 |  |  | 	'ext-idle-notify-v1': wl_protocol_dir / 'staging/ext-idle-notify/ext-idle-notify-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2024-02-12 20:14:56 +01:00
										 |  |  | 	'ext-image-capture-source-v1': wl_protocol_dir / 'staging/ext-image-capture-source/ext-image-capture-source-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2024-04-18 18:19:53 +02:00
										 |  |  | 	'ext-image-copy-capture-v1': wl_protocol_dir / 'staging/ext-image-copy-capture/ext-image-copy-capture-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2021-12-27 05:49:03 +00:00
										 |  |  | 	'ext-session-lock-v1': wl_protocol_dir / 'staging/ext-session-lock/ext-session-lock-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2022-04-05 09:52:49 +02:00
										 |  |  | 	'fractional-scale-v1': wl_protocol_dir / 'staging/fractional-scale/fractional-scale-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2021-10-21 15:02:31 +02:00
										 |  |  | 	'linux-drm-syncobj-v1': wl_protocol_dir / 'staging/linux-drm-syncobj/linux-drm-syncobj-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2022-05-31 14:22:44 +02:00
										 |  |  | 	'security-context-v1': wl_protocol_dir / 'staging/security-context/security-context-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2022-01-18 19:48:40 +01:00
										 |  |  | 	'single-pixel-buffer-v1': wl_protocol_dir / 'staging/single-pixel-buffer/single-pixel-buffer-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2022-10-04 11:46:09 +02:00
										 |  |  | 	'xdg-activation-v1': wl_protocol_dir / 'staging/xdg-activation/xdg-activation-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2024-08-19 14:19:38 +03:00
										 |  |  | 	'xdg-dialog-v1': wl_protocol_dir / 'staging/xdg-dialog/xdg-dialog-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2024-10-11 13:50:46 +03:00
										 |  |  | 	'xdg-system-bell-v1': wl_protocol_dir / 'staging/xdg-system-bell/xdg-system-bell-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2022-10-14 17:44:49 +02:00
										 |  |  | 	'xwayland-shell-v1': wl_protocol_dir / 'staging/xwayland-shell/xwayland-shell-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2023-09-28 17:20:55 +01:00
										 |  |  | 	'tearing-control-v1': wl_protocol_dir / 'staging/tearing-control/tearing-control-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2021-09-01 16:15:23 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-11-22 20:11:15 +13:00
										 |  |  | 	# Unstable upstream protocols
 | 
					
						
							|  |  |  | 	'fullscreen-shell-unstable-v1': wl_protocol_dir / 'unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml',
 | 
					
						
							|  |  |  | 	'idle-inhibit-unstable-v1': wl_protocol_dir / 'unstable/idle-inhibit/idle-inhibit-unstable-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2020-02-12 22:45:54 +01:00
										 |  |  | 	'keyboard-shortcuts-inhibit-unstable-v1': wl_protocol_dir / 'unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2019-11-22 20:11:15 +13:00
										 |  |  | 	'pointer-constraints-unstable-v1': wl_protocol_dir / 'unstable/pointer-constraints/pointer-constraints-unstable-v1.xml',
 | 
					
						
							|  |  |  | 	'pointer-gestures-unstable-v1': wl_protocol_dir / 'unstable/pointer-gestures/pointer-gestures-unstable-v1.xml',
 | 
					
						
							|  |  |  | 	'primary-selection-unstable-v1': wl_protocol_dir / 'unstable/primary-selection/primary-selection-unstable-v1.xml',
 | 
					
						
							|  |  |  | 	'relative-pointer-unstable-v1': wl_protocol_dir / 'unstable/relative-pointer/relative-pointer-unstable-v1.xml',
 | 
					
						
							|  |  |  | 	'text-input-unstable-v3': wl_protocol_dir / 'unstable/text-input/text-input-unstable-v3.xml',
 | 
					
						
							|  |  |  | 	'xdg-decoration-unstable-v1': wl_protocol_dir / 'unstable/xdg-decoration/xdg-decoration-unstable-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2021-01-05 20:19:31 +01:00
										 |  |  | 	'xdg-foreign-unstable-v1': wl_protocol_dir / 'unstable/xdg-foreign/xdg-foreign-unstable-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2021-01-05 20:19:58 +01:00
										 |  |  | 	'xdg-foreign-unstable-v2': wl_protocol_dir / 'unstable/xdg-foreign/xdg-foreign-unstable-v2.xml',
 | 
					
						
							| 
									
										
										
										
											2019-11-22 20:11:15 +13:00
										 |  |  | 	'xdg-output-unstable-v1': wl_protocol_dir / 'unstable/xdg-output/xdg-output-unstable-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2020-02-08 15:52:59 +00:00
										 |  |  | 	'ext-transient-seat-v1': wl_protocol_dir / 'staging/ext-transient-seat/ext-transient-seat-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2021-09-01 16:15:23 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-11-22 20:11:15 +13:00
										 |  |  | 	# Other protocols
 | 
					
						
							| 
									
										
										
										
											2021-01-04 10:46:58 +01:00
										 |  |  | 	'drm': 'drm.xml',
 | 
					
						
							| 
									
										
										
										
											2022-10-04 11:46:09 +02:00
										 |  |  | 	'input-method-unstable-v2': 'input-method-unstable-v2.xml',
 | 
					
						
							| 
									
										
										
										
											2019-11-22 20:11:15 +13:00
										 |  |  | 	'kde-server-decoration': 'server-decoration.xml',
 | 
					
						
							|  |  |  | 	'virtual-keyboard-unstable-v1': 'virtual-keyboard-unstable-v1.xml',
 | 
					
						
							|  |  |  | 	'wlr-data-control-unstable-v1': 'wlr-data-control-unstable-v1.xml',
 | 
					
						
							|  |  |  | 	'wlr-export-dmabuf-unstable-v1': 'wlr-export-dmabuf-unstable-v1.xml',
 | 
					
						
							|  |  |  | 	'wlr-foreign-toplevel-management-unstable-v1': 'wlr-foreign-toplevel-management-unstable-v1.xml',
 | 
					
						
							|  |  |  | 	'wlr-gamma-control-unstable-v1': 'wlr-gamma-control-unstable-v1.xml',
 | 
					
						
							|  |  |  | 	'wlr-layer-shell-unstable-v1': 'wlr-layer-shell-unstable-v1.xml',
 | 
					
						
							|  |  |  | 	'wlr-output-management-unstable-v1': 'wlr-output-management-unstable-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2019-10-25 19:26:19 +02:00
										 |  |  | 	'wlr-output-power-management-unstable-v1': 'wlr-output-power-management-unstable-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2019-11-22 20:11:15 +13:00
										 |  |  | 	'wlr-screencopy-unstable-v1': 'wlr-screencopy-unstable-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2019-10-20 16:03:24 +02:00
										 |  |  | 	'wlr-virtual-pointer-unstable-v1': 'wlr-virtual-pointer-unstable-v1.xml',
 | 
					
						
							| 
									
										
										
										
											2019-11-22 20:11:15 +13:00
										 |  |  | }
 | 
					
						
							| 
									
										
										
										
											2017-08-11 09:37:09 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-04-21 15:19:24 +02:00
										 |  |  | protocols_code = {}
 | 
					
						
							|  |  |  | protocols_server_header = {}
 | 
					
						
							|  |  |  | protocols_client_header = {}
 | 
					
						
							| 
									
										
										
										
											2019-11-22 20:11:15 +13:00
										 |  |  | foreach name, path : protocols
 | 
					
						
							|  |  |  | 	code = custom_target(
 | 
					
						
							|  |  |  | 		name.underscorify() + '_c',
 | 
					
						
							|  |  |  | 		input: path,
 | 
					
						
							| 
									
										
										
										
											2018-08-24 19:35:02 +12:00
										 |  |  | 		output: '@BASENAME@-protocol.c',
 | 
					
						
							|  |  |  | 		command: [wayland_scanner, 'private-code', '@INPUT@', '@OUTPUT@'],
 | 
					
						
							|  |  |  | 	)
 | 
					
						
							| 
									
										
										
										
											2019-11-22 20:11:15 +13:00
										 |  |  | 	wlr_files += code
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-01-24 20:37:34 +13:00
										 |  |  | 	server_header = custom_target(
 | 
					
						
							| 
									
										
										
										
											2019-11-22 20:11:15 +13:00
										 |  |  | 		name.underscorify() + '_server_h',
 | 
					
						
							|  |  |  | 		input: path,
 | 
					
						
							| 
									
										
										
										
											2018-08-24 19:35:02 +12:00
										 |  |  | 		output: '@BASENAME@-protocol.h',
 | 
					
						
							|  |  |  | 		command: [wayland_scanner, 'server-header', '@INPUT@', '@OUTPUT@'],
 | 
					
						
							|  |  |  | 	)
 | 
					
						
							| 
									
										
										
										
											2020-01-24 20:37:34 +13:00
										 |  |  | 	wlr_files += server_header
 | 
					
						
							| 
									
										
										
										
											2017-08-11 09:37:09 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-01-24 20:37:34 +13:00
										 |  |  | 	client_header = custom_target(
 | 
					
						
							| 
									
										
										
										
											2019-11-22 20:11:15 +13:00
										 |  |  | 		name.underscorify() + '_client_h',
 | 
					
						
							|  |  |  | 		input: path,
 | 
					
						
							| 
									
										
										
										
											2018-08-24 19:35:02 +12:00
										 |  |  | 		output: '@BASENAME@-client-protocol.h',
 | 
					
						
							|  |  |  | 		command: [wayland_scanner, 'client-header', '@INPUT@', '@OUTPUT@'],
 | 
					
						
							| 
									
										
										
										
											2019-11-22 20:11:15 +13:00
										 |  |  | 		build_by_default: false,
 | 
					
						
							| 
									
										
										
										
											2018-08-24 19:35:02 +12:00
										 |  |  | 	)
 | 
					
						
							| 
									
										
										
										
											2017-08-30 14:30:47 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-04-21 15:19:24 +02:00
										 |  |  | 	protocols_code += { name: code }
 | 
					
						
							|  |  |  | 	protocols_server_header += { name: server_header }
 | 
					
						
							|  |  |  | 	protocols_client_header += { name: client_header }
 | 
					
						
							| 
									
										
										
										
											2019-11-22 20:11:15 +13:00
										 |  |  | endforeach
 |