mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Merge pull request #529 from besser82/bugfix/exclude_headers
meson: Fix exclude_headers
This commit is contained in:
		
						commit
						eeb7cd8ed7
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -92,8 +92,6 @@ if get_option('enable_xwayland')
 | 
				
			||||||
	subdir('xwayland')
 | 
						subdir('xwayland')
 | 
				
			||||||
	wlr_parts += [lib_wlr_xwayland]
 | 
						wlr_parts += [lib_wlr_xwayland]
 | 
				
			||||||
	conf_data.set('WLR_HAS_XWAYLAND', true)
 | 
						conf_data.set('WLR_HAS_XWAYLAND', true)
 | 
				
			||||||
	exclude_headers += 'xwayland.h'
 | 
					 | 
				
			||||||
	exclude_headers += 'xwm.h'
 | 
					 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
	exclude_headers += 'xwayland.h'
 | 
						exclude_headers += 'xwayland.h'
 | 
				
			||||||
	exclude_headers += 'xwm.h'
 | 
						exclude_headers += 'xwm.h'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue