You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			| 
				
					
						
							 | 
			8 years ago | |
|---|---|---|
| backend | 8 years ago | |
| dist/archlinux | 8 years ago | |
| examples | 8 years ago | |
| include | 8 years ago | |
| protocol | 8 years ago | |
| render | 8 years ago | |
| rootston | 8 years ago | |
| types | 8 years ago | |
| util | 8 years ago | |
| xcursor | 8 years ago | |
| xwayland | 8 years ago | |
| .build.yml | 8 years ago | |
| .editorconfig | 8 years ago | |
| .gitignore | 8 years ago | |
| .travis.yml | 8 years ago | |
| CONTRIBUTING.md | 8 years ago | |
| LICENSE | 9 years ago | |
| README.md | 8 years ago | |
| dummy.c | 8 years ago | |
| glgen.sh | 8 years ago | |
| meson.build | 8 years ago | |
| meson_options.txt | 8 years ago | |
		
			
				
				README.md
			
		
		
			
			
		
	
	wlroots 
Pluggable, composable modules for building a Wayland compositor.
This is a WIP: status
Contributing
See CONTRIBUTING.md
Building
Install dependencies:
- wayland
 - wayland-protocols
 - EGL
 - GLESv2
 - DRM
 - GBM
 - libinput
 - udev
 - pixman
 - systemd (optional, for logind support)
 - elogind (optional, for logind support on systems without systemd)
 - libcap (optional, for capability support)
 - asciidoc (optional, for man pages)
 
Run these commands:
meson build
ninja -C build
(On FreeBSD, you need to pass an extra flag to prevent a linking error: meson build -D b_lundef=false)