mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Add config and plugin directory options to configure
Added --with-configdir and --with-plugindir options to configure which specify the directories for config files and plugin objects respectively. The default paths when these options are not specified are unchanged.
This commit is contained in:
		
							parent
							
								
									4c9e869ea3
								
							
						
					
					
						commit
						21888c5f50
					
				
					 14 changed files with 51 additions and 31 deletions
				
			
		| 
						 | 
				
			
			@ -2395,7 +2395,7 @@ struct alisp_object * F_path(struct alisp_instance *instance, struct alisp_objec
 | 
			
		|||
	}
 | 
			
		||||
	if (!strcmp(p1->value.s, "data")) {
 | 
			
		||||
		delete_tree(instance, p1);
 | 
			
		||||
		return new_string(instance, DATADIR);
 | 
			
		||||
		return new_string(instance, ALSA_CONFIG_DIR);
 | 
			
		||||
	}
 | 
			
		||||
	delete_tree(instance, p1);
 | 
			
		||||
	return &alsa_lisp_nil;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue