Update libpipewire requirements
This commit is contained in:
parent
37316dc68a
commit
792b25fb97
26
mutter-search-for-libpipewire-0_2.patch
Normal file
26
mutter-search-for-libpipewire-0_2.patch
Normal file
@ -0,0 +1,26 @@
|
||||
diff --git a/configure b/configure
|
||||
index 5193efb..9ae5f3d 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -16600,7 +16600,7 @@ fi
|
||||
|
||||
if test "$enable_remote_desktop" = "yes"; then :
|
||||
|
||||
- MUTTER_PC_MODULES="$MUTTER_PC_MODULES libpipewire-0.1 >= 0.2.0"
|
||||
+ MUTTER_PC_MODULES="$MUTTER_PC_MODULES libpipewire-0.2 >= 0.2.2"
|
||||
|
||||
$as_echo "#define HAVE_REMOTE_DESKTOP 1" >>confdefs.h
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index d91f120..a404fa2 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -244,7 +244,7 @@ AC_ARG_ENABLE(remote-desktop,
|
||||
enable_remote_desktop=no
|
||||
)
|
||||
AS_IF([test "$enable_remote_desktop" = "yes"], [
|
||||
- MUTTER_PC_MODULES="$MUTTER_PC_MODULES libpipewire-0.1 >= 0.2.0"
|
||||
+ MUTTER_PC_MODULES="$MUTTER_PC_MODULES libpipewire-0.2 >= 0.2.2"
|
||||
AC_DEFINE([HAVE_REMOTE_DESKTOP],[1], [Defined if screen cast and remote desktop support is enabled])
|
||||
])
|
||||
AM_CONDITIONAL([HAVE_REMOTE_DESKTOP],[test "$enable_remote_desktop" = "yes"])
|
@ -7,7 +7,7 @@
|
||||
|
||||
Name: mutter
|
||||
Version: 3.29.90
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
|
||||
License: GPLv2+
|
||||
@ -20,6 +20,8 @@ Patch0: startup-notification.patch
|
||||
# fix 90/270 degree screen rotation
|
||||
Patch1: 175.patch
|
||||
|
||||
Patch2: mutter-search-for-libpipewire-0_2.patch
|
||||
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: startup-notification-devel
|
||||
@ -183,6 +185,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/mutter/tests
|
||||
|
||||
%changelog
|
||||
* Wed Aug 01 2018 Jan Grulich <jgrulich@redhat.com> - 3.29.90-2
|
||||
- Update libpipewire requirements
|
||||
|
||||
* Wed Aug 01 2018 Florian Müllner <fmuellner@redhat.com> - 3.29.90-1
|
||||
- Update to 3.29.90
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user