format patches
This commit is contained in:
parent
a020504319
commit
34fae117e4
|
@ -8,9 +8,11 @@ Closes: #979791
|
|||
src/daemon/systemd/user/pipewire.socket | 1 +
|
||||
2 files changed, 2 insertions(+)
|
||||
|
||||
diff --git a/src/daemon/systemd/user/pipewire.service.in b/src/daemon/systemd/user/pipewire.service.in
|
||||
index b9b1373..4236c6b 100644
|
||||
--- a/src/daemon/systemd/user/pipewire.service.in
|
||||
+++ b/src/daemon/systemd/user/pipewire.service.in
|
||||
@@ -14,6 +14,7 @@
|
||||
@@ -14,6 +14,7 @@ Description=PipeWire Multimedia Service
|
||||
# After=pipewire.socket is not needed, as it is already implicit in the
|
||||
# socket-service relationship, see systemd.socket(5).
|
||||
Requires=pipewire.socket
|
||||
|
@ -18,6 +20,8 @@ Closes: #979791
|
|||
|
||||
[Service]
|
||||
LockPersonality=yes
|
||||
diff --git a/src/daemon/systemd/user/pipewire.socket b/src/daemon/systemd/user/pipewire.socket
|
||||
index 232bbb8..96bea66 100644
|
||||
--- a/src/daemon/systemd/user/pipewire.socket
|
||||
+++ b/src/daemon/systemd/user/pipewire.socket
|
||||
@@ -1,5 +1,6 @@
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
From 249c39787684dba59c288a3ac6dcb8cb0150ec02 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com>
|
||||
From: =?utf-8?q?Dylan_A=C3=AFssi?= <dylan.aissi@collabora.com>
|
||||
Date: Thu, 4 Nov 2021 16:01:36 +0100
|
||||
Subject: [PATCH] meson: create a symlink for pipewire-pulse instead of
|
||||
building binary twice
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Type: text/plain; charset="utf-8"
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Because meson does not have native support for symlinks.
|
||||
|
@ -15,12 +14,14 @@ https://gitlab.freedesktop.org/xorg/xserver/-/commit/a3931ec6f43857aeed7feac5d22
|
|||
|
||||
Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
|
||||
---
|
||||
src/daemon/meson.build | 12 +++++-------
|
||||
1 file changed, 5 insertions(+), 7 deletions(-)
|
||||
src/daemon/meson.build | 11 +++++------
|
||||
1 file changed, 5 insertions(+), 6 deletions(-)
|
||||
|
||||
diff --git a/src/daemon/meson.build b/src/daemon/meson.build
|
||||
index a2e4c55..85c9b7f 100644
|
||||
--- a/src/daemon/meson.build
|
||||
+++ b/src/daemon/meson.build
|
||||
@@ -90,12 +90,11 @@
|
||||
@@ -91,12 +91,11 @@ pipewire_exec = executable('pipewire',
|
||||
dependencies : [ spa_dep, pipewire_dep, ],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue