pipewire: no-dbus
This commit is contained in:
		
							parent
							
								
									1baef94125
								
							
						
					
					
						commit
						09e1981a2b
					
				
					 2 changed files with 22 additions and 4 deletions
				
			
		|  | @ -19,13 +19,12 @@ build() { | ||||||
| 		--prefix=/usr \ | 		--prefix=/usr \ | ||||||
| 		--libexecdir=lib \ | 		--libexecdir=lib \ | ||||||
| 		-Dbluez5=disabled \ | 		-Dbluez5=disabled \ | ||||||
| 		-Dspa-plugins=disabled \ |  | ||||||
| 		-Dlibcamera=disabled \ | 		-Dlibcamera=disabled \ | ||||||
| 		-Dexamples=disabled \ | 		-Dexamples=disabled \ | ||||||
| 		-Dgstreamer=disabled \ | 		-Dgstreamer=disabled \ | ||||||
| 		-Dlibpulse=disabled | 		-Dlibpulse=disabled \ | ||||||
| 
 | 		-Dmedia-session=enabled \ | ||||||
| 
 | 		-Dpw-cat=enabled | ||||||
| 	samu | 	samu | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -63,3 +63,22 @@ | ||||||
|   |   | ||||||
|  pipewire_module_protocol_simple = shared_library('pipewire-module-protocol-simple', |  pipewire_module_protocol_simple = shared_library('pipewire-module-protocol-simple', | ||||||
|    [ 'module-protocol-simple.c' ], |    [ 'module-protocol-simple.c' ], | ||||||
|  | --- a/spa/plugins/support/meson.build
 | ||||||
|  | +++ b/spa/plugins/support/meson.build
 | ||||||
|  | @@ -32,6 +32,7 @@
 | ||||||
|  |  		        install_dir : spa_plugindir / 'support') | ||||||
|  |  endif | ||||||
|  |   | ||||||
|  | +if dbus_dep.found()
 | ||||||
|  |  spa_dbus_sources = ['dbus.c'] | ||||||
|  |   | ||||||
|  |  spa_dbus_lib = shared_library('spa-dbus', | ||||||
|  | @@ -40,7 +41,7 @@
 | ||||||
|  |  			dependencies : [dbus_dep, ], | ||||||
|  |  			install : true, | ||||||
|  |  		        install_dir : spa_plugindir / 'support') | ||||||
|  | -
 | ||||||
|  | +endif
 | ||||||
|  |   | ||||||
|  |  if systemd_dep.found() | ||||||
|  |    spa_journal_sources = ['journal.c'] | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue