mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Merge pull request #515 from primeos/meson-backend-fix
Add libdrm as dependency for wlr_backend
This commit is contained in:
		
						commit
						e04d350113
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -45,5 +45,5 @@ lib_wlr_backend = static_library(
 | 
				
			||||||
	'wlr_backend',
 | 
						'wlr_backend',
 | 
				
			||||||
	backend_files,
 | 
						backend_files,
 | 
				
			||||||
	include_directories: wlr_inc,
 | 
						include_directories: wlr_inc,
 | 
				
			||||||
	dependencies: [wayland_server, egl, gbm, libinput, systemd, elogind, wlr_render, wlr_protos],
 | 
						dependencies: [wayland_server, egl, gbm, libinput, systemd, elogind, wlr_render, wlr_protos, drm],
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue