mirror of
				https://codeberg.org/dwl/dwl-patches.git
				synced 2025-11-04 05:54:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			573 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			573 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
### Description
 | 
						|
Add the meson build system.
 | 
						|
 | 
						|
This is useful for people who do not want to self-manage a wlroots installation.
 | 
						|
 | 
						|
To enable Xwayland support, you will need to enable it in the wlroots subproject:
 | 
						|
```sh
 | 
						|
meson setup -Dwlroots:xwayland=enabled build
 | 
						|
```
 | 
						|
It is also reccomended to see the wlroots meson project configuration logs for any
 | 
						|
unusual checks, such as requiring `hwdata` for the DRM backend.
 | 
						|
 | 
						|
### Download
 | 
						|
- [git branch](/sewn/dwl/src/branch/meson)
 | 
						|
- [2024-12-07](/dwl/dwl-patches/raw/branch/main/patches/meson/meson.patch)
 | 
						|
 | 
						|
### Authors
 | 
						|
- [sewn](/sewn)
 | 
						|
 |