mirror of
				https://github.com/yshui/picom.git
				synced 2025-10-30 23:46:46 -04:00 
			
		
		
		
	meson: actually add include subdir, fix errors
				
					
				
			seems to have been missed previously
This commit is contained in:
		
							parent
							
								
									16486739fa
								
							
						
					
					
						commit
						6e95dc09f6
					
				
					 3 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,3 +1,3 @@
 | 
				
			||||||
# SPDX-License-Identifier: MPL-2.0
 | 
					# SPDX-License-Identifier: MPL-2.0
 | 
				
			||||||
# Copyright (c) Yuxuan Shui <yshuiv7@gmail.com>
 | 
					# Copyright (c) Yuxuan Shui <yshuiv7@gmail.com>
 | 
				
			||||||
subdirs('picom')
 | 
					subdir('picom')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
# Copyright (c) Yuxuan Shui <yshuiv7@gmail.com>
 | 
					# Copyright (c) Yuxuan Shui <yshuiv7@gmail.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
api_headers = [
 | 
					api_headers = [
 | 
				
			||||||
  'api.h'
 | 
					  'api.h',
 | 
				
			||||||
  'backend.h'
 | 
					  'backend.h'
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
install_headers(api_headers, subdir: 'picom')
 | 
					install_headers(api_headers, subdir: 'picom')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -107,6 +107,7 @@ test_h_dep = subproject('test.h').get_variable('test_h_dep')
 | 
				
			||||||
subdir('src')
 | 
					subdir('src')
 | 
				
			||||||
subdir('man')
 | 
					subdir('man')
 | 
				
			||||||
subdir('tools')
 | 
					subdir('tools')
 | 
				
			||||||
 | 
					subdir('include')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
install_data('bin/picom-trans', install_dir: get_option('bindir'))
 | 
					install_data('bin/picom-trans', install_dir: get_option('bindir'))
 | 
				
			||||||
install_data('picom.desktop', install_dir: 'share/applications')
 | 
					install_data('picom.desktop', install_dir: 'share/applications')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue