mirror of
				https://github.com/swaywm/sway.git
				synced 2025-10-29 05:40:18 -04:00 
			
		
		
		
	meson.build: require wayland-protocols 1.24
As far as I can tell `ZWP_LINUX_DMABUF_FEEDBACK_V1_TRANCHE_FLAGS_SCANOUT` is introduced in wayland-protocols 1.24.
This commit is contained in:
		
							parent
							
								
									57a7b3998e
								
							
						
					
					
						commit
						0b4e3d39eb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -41,7 +41,7 @@ wayland_server = dependency('wayland-server', version: '>=1.20.0') | |||
| wayland_client = dependency('wayland-client') | ||||
| wayland_cursor = dependency('wayland-cursor') | ||||
| wayland_egl = dependency('wayland-egl') | ||||
| wayland_protos = dependency('wayland-protocols', version: '>=1.14') | ||||
| wayland_protos = dependency('wayland-protocols', version: '>=1.24') | ||||
| xkbcommon = dependency('xkbcommon') | ||||
| cairo = dependency('cairo') | ||||
| pango = dependency('pango') | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Cole Mickens
						Cole Mickens