LADI
/
spa
1
Fork 0

media-session: move the media-session config files to here

This commit is contained in:
Peter Hutterer 2021-10-14 14:03:51 +10:00 committed by Wim Taymans
parent 3560f3ba2d
commit 6c156cdbb4
10 changed files with 3 additions and 4 deletions

View File

@ -36,6 +36,7 @@ fi
# the config file read by the 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
export SPA_PLUGIN_DIR="${BUILDDIR}/spa/plugins"
export SPA_DATA_DIR="${SCRIPT_DIR}/spa/plugins"

View File

@ -117,9 +117,6 @@ custom_target('pipewire-uninstalled',
#endif
subdir('filter-chain')
if build_ms
subdir('media-session.d')
endif
if systemd.found()
subdir('systemd')
endif

View File

@ -37,5 +37,6 @@ if get_option('session-managers').contains('media-session')
media_session_sources,
install: true,
dependencies : [dbus_dep, pipewire_dep, alsa_dep, mathlib, sm_logind_dep, libinotify_dep],
)
)
subdir('media-session.d')
endif