mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Merge pull request #864 from martinetd/wl_scanner_code
Use 'private-code' for wayland-scanner code generation
This commit is contained in:
		
						commit
						7433d2f1de
					
				
					 1 changed files with 8 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -8,10 +8,17 @@ wayland_scanner_server = generator(
 | 
			
		|||
	arguments: ['server-header', '@INPUT@', '@OUTPUT@'],
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
# should check wayland_scanner's version, but it is hard to get
 | 
			
		||||
if wayland_server.version().version_compare('>=1.14.91')
 | 
			
		||||
	code_type = 'private-code'
 | 
			
		||||
else
 | 
			
		||||
	code_type = 'code'
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
wayland_scanner_code = generator(
 | 
			
		||||
	wayland_scanner,
 | 
			
		||||
	output: '@BASENAME@-protocol.c',
 | 
			
		||||
	arguments: ['code', '@INPUT@', '@OUTPUT@'],
 | 
			
		||||
	arguments: [code_type, '@INPUT@', '@OUTPUT@'],
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
wayland_scanner_client = generator(
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue