2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-26 07:34:11 +00:00
nixpkgs/pkgs/development/libraries/pipewire/0040-alsa-profiles-use-libdir.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
378 B
Diff
Raw Normal View History

diff --git a/meson.build b/meson.build
2021-04-27 07:46:08 +00:00
index 99a4b2d1..d4a4cda7 100644
--- a/meson.build
+++ b/meson.build
2021-04-27 07:46:08 +00:00
@@ -55,7 +55,7 @@ endif
2021-04-27 07:46:08 +00:00
spa_plugindir = pipewire_libdir / spa_name
2021-04-27 07:46:08 +00:00
-alsadatadir = pipewire_datadir / 'alsa-card-profile' / 'mixer'
+alsadatadir = pipewire_libdir / '..' / 'share' / 'alsa-card-profile' / 'mixer'
2021-04-27 07:46:08 +00:00
pipewire_headers_dir = pipewire_name / 'pipewire'