mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-10-29 05:40:27 -04:00 
			
		
		
		
	media-session: move the media-session config files to here
This commit is contained in:
		
							parent
							
								
									3560f3ba2d
								
							
						
					
					
						commit
						6c156cdbb4
					
				
					 10 changed files with 3 additions and 4 deletions
				
			
		|  | @ -36,6 +36,7 @@ fi | ||||||
| 
 | 
 | ||||||
| # the config file read by the daemon | # the config file read by the daemon | ||||||
| export PIPEWIRE_CONFIG_DIR="${BUILDDIR}/src/daemon" | export PIPEWIRE_CONFIG_DIR="${BUILDDIR}/src/daemon" | ||||||
|  | export MEDIA_SESSION_CONFIG_DIR="${BUILDDIR}/src/media-session/media-session.d" | ||||||
| # the directory with SPA plugins | # the directory with SPA plugins | ||||||
| export SPA_PLUGIN_DIR="${BUILDDIR}/spa/plugins" | export SPA_PLUGIN_DIR="${BUILDDIR}/spa/plugins" | ||||||
| export SPA_DATA_DIR="${SCRIPT_DIR}/spa/plugins" | export SPA_DATA_DIR="${SCRIPT_DIR}/spa/plugins" | ||||||
|  |  | ||||||
|  | @ -117,9 +117,6 @@ custom_target('pipewire-uninstalled', | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| subdir('filter-chain') | subdir('filter-chain') | ||||||
| if build_ms |  | ||||||
|   subdir('media-session.d') |  | ||||||
| endif |  | ||||||
| if systemd.found() | if systemd.found() | ||||||
|   subdir('systemd') |   subdir('systemd') | ||||||
| endif | endif | ||||||
|  |  | ||||||
|  | @ -37,5 +37,6 @@ if get_option('session-managers').contains('media-session') | ||||||
|     media_session_sources, |     media_session_sources, | ||||||
|     install: true, |     install: true, | ||||||
|     dependencies : [dbus_dep, pipewire_dep, alsa_dep, mathlib, sm_logind_dep, libinotify_dep], |     dependencies : [dbus_dep, pipewire_dep, alsa_dep, mathlib, sm_logind_dep, libinotify_dep], | ||||||
| ) |   ) | ||||||
|  |   subdir('media-session.d') | ||||||
| endif | endif | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Peter Hutterer
						Peter Hutterer