From 11157689c8ae3d32391aa32c8ecb41703ba8cd5e Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Fri, 21 Jun 2019 14:25:04 +0200 Subject: testing/mutter: enable remote-desktop capabilities Now that pipewire is packaged we can enable it --- testing/mutter/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing/mutter') diff --git a/testing/mutter/APKBUILD b/testing/mutter/APKBUILD index b94d69318c..1e47d94e0e 100644 --- a/testing/mutter/APKBUILD +++ b/testing/mutter/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen pkgname=mutter pkgver=3.32.2 -pkgrel=1 +pkgrel=2 pkgdesc="clutter-based window manager and compositor" url="https://wiki.gnome.org/Projects/Mutter/" arch="all !s390x" # limited by gnome-settings-daemon @@ -11,7 +11,7 @@ depends="xkeyboard-config zenity gsettings-desktop-schemas xorg-server-xwayland" makedepends="gnome-desktop-dev libcanberra-dev upower-dev json-glib-dev libxkbcommon-dev libxkbfile-dev wayland-protocols clutter-dev cogl-dev libgudev-dev libinput-dev gnome-common itstool libxml2-utils - libxcomposite-dev libxdamage-dev elogind-dev meson py3-setuptools + libxcomposite-dev libxdamage-dev elogind-dev meson pipewire-dev gnome-settings-daemon-dev libice-dev libsm-dev startup-notification-dev xorg-server" options="!check" # Can't be run with release builds @@ -32,7 +32,7 @@ build() { -Dnative_backend=true \ -Dintrospection=true \ -Dxwayland_path=/usr/bin/Xwayland \ - -Dremote_desktop=false \ + -Dremote_desktop=true \ . output ninja -C output } -- cgit v1.2.3