From 8c9157a8d10fa439d1a15d107a7d9fcd639c46d2b3e3d4e7ab00d8660e93ab7f Mon Sep 17 00:00:00 2001 From: Luciano Santos Date: Sun, 8 Jul 2018 04:00:37 +0000 Subject: [PATCH] Accepting request 621453 from home:iznogood:branches:GNOME:Factory - Add pkgconfig(libpipewire-0.1) BuildRequires and pass enable-remote-desktop to configure, build remote-desktop support, now that pipewire is available. OBS-URL: https://build.opensuse.org/request/show/621453 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=297 --- mutter.changes | 7 +++++++ mutter.spec | 2 ++ 2 files changed, 9 insertions(+) diff --git a/mutter.changes b/mutter.changes index 96510d7..98c22bb 100644 --- a/mutter.changes +++ b/mutter.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 6 11:38:13 UTC 2018 - bjorn.lie@gmail.com + +- Add pkgconfig(libpipewire-0.1) BuildRequires and pass + enable-remote-desktop to configure, build remote-desktop support, + now that pipewire is available. + ------------------------------------------------------------------- Mon May 28 17:34:20 UTC 2018 - bjorn.lie@gmail.com diff --git a/mutter.spec b/mutter.spec index 66fc532..58c7f35 100644 --- a/mutter.spec +++ b/mutter.spec @@ -61,6 +61,7 @@ BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libcanberra-gtk3) BuildRequires: pkgconfig(libdrm) >= 2.4.83 BuildRequires: pkgconfig(libinput) +BuildRequires: pkgconfig(libpipewire-0.1) BuildRequires: pkgconfig(libstartup-notification-1.0) BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libudev) >= 136 @@ -161,6 +162,7 @@ NOCONFIGURE=1 ./autogen.sh --enable-egl-device \ --enable-gles2=yes \ --enable-compile-warnings=maximum \ + --enable-remote-desktop \ %{nil} %make_build