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

Brett Cornwall ainola at archlinux.org
Wed Jan 22 20:46:10 UTC 2020


    Date: Wednesday, January 22, 2020 @ 20:46:10
  Author: ainola
Revision: 554565

Remove the RDP backend

wlroots will no longer be using the RDP backend as per https://github.com/swaywm/wlroots/pull/1988. wayvnc is the recommended alternative.

Modified:
  wlroots/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-22 20:45:59 UTC (rev 554564)
+++ PKGBUILD	2020-01-22 20:46:10 UTC (rev 554565)
@@ -3,7 +3,7 @@
 
 pkgname=wlroots
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 license=('MIT')
 pkgdesc='Modular Wayland compositor library'
 url='https://github.com/swaywm/wlroots'
@@ -10,7 +10,6 @@
 arch=('x86_64')
 depends=(
     'libwinpr2.so'
-    'libfreerdp2.so'
     'libinput'
     'libxkbcommon'
     'opengl-driver'
@@ -39,7 +38,6 @@
     meson "$pkgname-$pkgver" build \
         --prefix=/usr \
         --buildtype=plain \
-        -Dfreerdp=enabled \
         -Dlibcap=enabled \
         -Dlogind=enabled \
         -Dlogind-provider=systemd \



More information about the arch-commits mailing list