Remove unneeded dependencies due to removal of RDP backend
Remove some the dependencies which were needed by the RDP backend,
as it has been removed upstream:
ebdbe177d6
This commit is contained in:
parent
4edd93fb18
commit
5f82c06206
8
.SRCINFO
8
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = wlroots-git
|
||||
pkgdesc = Modular Wayland compositor library
|
||||
pkgver = 0.9.0.r0.g1c5ca793
|
||||
pkgver = 0.9.1.r7.g6d3f3b93
|
||||
pkgrel = 1
|
||||
url = https://github.com/swaywm/wlroots
|
||||
arch = x86_64
|
||||
@ -16,15 +16,11 @@ pkgbase = wlroots-git
|
||||
depends = opengl-driver
|
||||
depends = libxcb
|
||||
depends = xcb-util-errors
|
||||
depends = xcb-util-image
|
||||
depends = xcb-util-wm
|
||||
depends = pixman
|
||||
depends = libinput
|
||||
depends = libxkbcommon
|
||||
depends = libpng
|
||||
depends = ffmpeg
|
||||
depends = freerdp
|
||||
provides = wlroots=0.9.0
|
||||
provides = wlroots=0.9.1
|
||||
conflicts = wlroots
|
||||
options = debug
|
||||
options = !strip
|
||||
|
19
PKGBUILD
19
PKGBUILD
@ -1,18 +1,17 @@
|
||||
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
|
||||
pkgname='wlroots-git'
|
||||
pkgver=0.9.0.r0.g1c5ca793
|
||||
pkgname=wlroots-git
|
||||
pkgver=0.9.1.r7.g6d3f3b93
|
||||
pkgrel=1
|
||||
license=('custom:MIT')
|
||||
license=(custom:MIT)
|
||||
pkgdesc='Modular Wayland compositor library'
|
||||
url='https://github.com/swaywm/wlroots'
|
||||
arch=('x86_64')
|
||||
url=https://github.com/swaywm/wlroots
|
||||
arch=(x86_64)
|
||||
provides=("wlroots=${pkgver%%.r*}")
|
||||
conflicts=('wlroots')
|
||||
conflicts=(wlroots)
|
||||
options=('debug' '!strip')
|
||||
depends=('libcap' 'systemd' 'wayland' 'opengl-driver' 'libxcb'
|
||||
'xcb-util-errors' 'xcb-util-image' 'xcb-util-wm' 'pixman'
|
||||
'libinput' 'libxkbcommon' 'libpng' 'ffmpeg' 'freerdp')
|
||||
makedepends=('meson' 'ninja' 'git' 'wayland-protocols' 'xorgproto')
|
||||
depends=(libcap systemd wayland opengl-driver libxcb xcb-util-errors
|
||||
xcb-util-wm pixman libinput libxkbcommon)
|
||||
makedepends=(meson ninja git wayland-protocols xorgproto)
|
||||
source=("${pkgname}::git+${url}")
|
||||
sha512sums=('SKIP')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user