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:
Barnabás Pőcze 2021-10-19 17:33:35 +02:00
parent da0b9c2aef
commit c24e78ccc9

View file

@ -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')