diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-06-21 14:25:04 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-21 11:14:58 -0300 |
commit | 11157689c8ae3d32391aa32c8ecb41703ba8cd5e (patch) | |
tree | 4680a60541ef713610738c981d336f20ba508ed8 | |
parent | 985539a30583f0498e6cba5904eeabefffba71b6 (diff) | |
download | aports-11157689c8ae3d32391aa32c8ecb41703ba8cd5e.tar.bz2 aports-11157689c8ae3d32391aa32c8ecb41703ba8cd5e.tar.xz |
testing/mutter: enable remote-desktop capabilities
Now that pipewire is packaged we can enable it
-rw-r--r-- | testing/mutter/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
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 <oss@cogitri.dev> 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 } |