25af794347
This also includes a patch that aligns the pipewire requirement with the rest of Fedora.
26 lines
812 B
Diff
26 lines
812 B
Diff
From 8f760d73df6011330cd09da7ca7b8a3f40c9a3ef Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Jonas=20=C3=85dahl?= <jadahl@gmail.com>
|
|
Date: Tue, 7 Aug 2018 13:35:43 +0200
|
|
Subject: [PATCH] meson.build: Bump pipewire requirement to 0.2.2
|
|
|
|
---
|
|
meson.build | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/meson.build b/meson.build
|
|
index 6951b89..34ec5ea 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -10,7 +10,7 @@ gnome = import('gnome')
|
|
glib_dep = dependency('glib-2.0')
|
|
gio_dep = dependency('gio-2.0')
|
|
gio_unix_dep = dependency('gio-unix-2.0')
|
|
-pipewire_dep = dependency('libpipewire-0.1')
|
|
+pipewire_dep = dependency('libpipewire-0.2', version: '>= 0.2.2')
|
|
systemd_dep = dependency('systemd')
|
|
libvncserver_dep = dependency('libvncserver')
|
|
libsecret_dep = dependency('libsecret-1')
|
|
--
|
|
2.17.1
|
|
|