pipewire: clean up
This commit is contained in:
parent
d04ab628c5
commit
0bf6fb76f5
@ -29,15 +29,13 @@ in stdenv.mkDerivation rec {
|
|||||||
alsaLib ffmpeg libjack2 libudev libva xorg.libX11 sbc SDL2
|
alsaLib ffmpeg libjack2 libudev libva xorg.libX11 sbc SDL2
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
|
||||||
./fix-paths.patch
|
|
||||||
];
|
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Denable_docs=true"
|
"-Denable_docs=true"
|
||||||
"-Denable_gstreamer=true"
|
"-Denable_gstreamer=true"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
PKG_CONFIG_SYSTEMD_SYSTEMDUSERUNITDIR = "${placeholder "out"}/lib/systemd/user";
|
||||||
|
|
||||||
FONTCONFIG_FILE = fontsConf; # Fontconfig error: Cannot load default config file
|
FONTCONFIG_FILE = fontsConf; # Fontconfig error: Cannot load default config file
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
--- a/src/daemon/systemd/user/meson.build
|
|
||||||
+++ b/src/daemon/systemd/user/meson.build
|
|
||||||
@@ -1,4 +1,4 @@
|
|
||||||
-systemd_user_services_dir = systemd.get_pkgconfig_variable('systemduserunitdir')
|
|
||||||
+systemd_user_services_dir = join_paths(get_option('prefix'), 'etc', 'systemd', 'user')
|
|
||||||
|
|
||||||
install_data(sources : 'pipewire.socket', install_dir : systemd_user_services_dir)
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user