[arch-commits] Commit in mutter/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Sep 17 21:46:53 UTC 2017


    Date: Sunday, September 17, 2017 @ 21:46:50
  Author: jgc
Revision: 305756

upgpkg: mutter 3.26.0+6+g26cd031be-2

Enable remote desktop

Modified:
  mutter/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-17 21:42:32 UTC (rev 305755)
+++ PKGBUILD	2017-09-17 21:46:50 UTC (rev 305756)
@@ -5,7 +5,7 @@
 
 pkgname=mutter
 pkgver=3.26.0+6+g26cd031be
-pkgrel=1
+pkgrel=2
 pkgdesc="A window manager for GNOME"
 url="https://git.gnome.org/browse/mutter"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=(GPL)
 depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
          libcanberra startup-notification zenity libsm gnome-desktop upower
-         libxkbcommon-x11 gnome-settings-daemon libgudev libinput)
+         libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire)
 makedepends=(intltool gobject-introspection git gnome-common)
 groups=(gnome)
 options=(!emptydirs)
@@ -42,7 +42,7 @@
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
       --libexecdir=/usr/lib/$pkgname --disable-static \
       --disable-schemas-compile --enable-compile-warnings=minimum \
-      --enable-gtk-doc --enable-egl-device
+      --enable-gtk-doc --enable-egl-device --enable-remote-desktop
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \



More information about the arch-commits mailing list