mirror of
https://gitlab.freedesktop.org/pipewire/media-session.git
synced 2025-12-20 07:40:02 +01:00
meson.build: fix MEDIA_SESSION_CONFIG_DIR in devenv
Since the project has been moved to a different repository, the directory layout has changed. Adapt the meson devenv accordingly.
This commit is contained in:
parent
da0b9c2aef
commit
c24e78ccc9
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ if meson.version().version_compare('>=0.58.0')
|
|||
builddir = meson.current_build_dir()
|
||||
srcdir = meson.current_source_dir()
|
||||
|
||||
devenv.set('MEDIA_SESSION_CONFIG_DIR', builddir / 'src' / 'media-session' / 'media-session.d')
|
||||
devenv.set('MEDIA_SESSION_CONFIG_DIR', builddir / 'media-session.d')
|
||||
|
||||
devenv.set('PW_UNINSTALLED', '1')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue