 94592c1406
			
		
	
	94592c1406
	
	
	
		
			
			So long, autotools! This is my last MPD related project to migrate away from it. It has its strengths, but also very obvious weaknesses and weirdnesses. Today, many of its quirks are not needed anymore, and are cumbersome and slow. Now welcome our new Meson overlords!
		
			
				
	
	
		
			6 lines
		
	
	
		
			128 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			128 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| systemd_unit_conf = configuration_data()
 | |
| systemd_unit_conf.set('prefix', get_option('prefix'))
 | |
| 
 | |
| subdir('system')
 | |
| subdir('user')
 |