mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
	
		
			116 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
	
		
			116 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/bash
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								set -e
							 | 
						||
| 
								 | 
							
								cd /build
							 | 
						||
| 
								 | 
							
								#meson . build -docs=true -gstreamer=true -systemmd=true
							 | 
						||
| 
								 | 
							
								meson . build
							 | 
						||
| 
								 | 
							
								cd build
							 | 
						||
| 
								 | 
							
								ninja
							 |