Add missing xcb-util-renderutil dependency
This commit is contained in:
parent
711282bbcc
commit
c0649147b5
3
.SRCINFO
3
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = wlroots-hidpi-git
|
pkgbase = wlroots-hidpi-git
|
||||||
pkgdesc = Modular Wayland compositor library, with XWayland HiDPI (git version)
|
pkgdesc = Modular Wayland compositor library, with XWayland HiDPI (git version)
|
||||||
pkgver = 0.12.0.r323.ga02ac01b
|
pkgver = 0.12.0.r324.gb9e9e0e1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/swaywm/wlroots
|
url = https://github.com/swaywm/wlroots
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -15,6 +15,7 @@ pkgbase = wlroots-hidpi-git
|
|||||||
depends = opengl-driver
|
depends = opengl-driver
|
||||||
depends = libxcb
|
depends = libxcb
|
||||||
depends = xcb-util-errors
|
depends = xcb-util-errors
|
||||||
|
depends = xcb-util-renderutil
|
||||||
depends = xcb-util-wm
|
depends = xcb-util-wm
|
||||||
depends = pixman
|
depends = pixman
|
||||||
depends = libinput
|
depends = libinput
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Antonin Décimo <antonin dot decimo at gmail dot com>
|
# Maintainer: Antonin Décimo <antonin dot decimo at gmail dot com>
|
||||||
# Contributor: Adrian Perez de Castro <aperez@igalia.com>
|
# Contributor: Adrian Perez de Castro <aperez@igalia.com>
|
||||||
pkgname=wlroots-hidpi-git
|
pkgname=wlroots-hidpi-git
|
||||||
pkgver=0.12.0.r323.ga02ac01b
|
pkgver=0.12.0.r324.gb9e9e0e1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
license=(custom:MIT)
|
license=(custom:MIT)
|
||||||
pkgdesc='Modular Wayland compositor library, with XWayland HiDPI (git version)'
|
pkgdesc='Modular Wayland compositor library, with XWayland HiDPI (git version)'
|
||||||
@ -13,7 +13,7 @@ provides=("wlroots-hidpi=${pkgver%%.r*}"
|
|||||||
conflicts=(wlroots wlroots-git)
|
conflicts=(wlroots wlroots-git)
|
||||||
options=(debug)
|
options=(debug)
|
||||||
depends=(systemd wayland opengl-driver libxcb xcb-util-errors
|
depends=(systemd wayland opengl-driver libxcb xcb-util-errors
|
||||||
xcb-util-wm pixman libinput libxkbcommon)
|
xcb-util-renderutil xcb-util-wm pixman libinput libxkbcommon)
|
||||||
makedepends=(meson ninja git wayland-protocols xorgproto)
|
makedepends=(meson ninja git wayland-protocols xorgproto)
|
||||||
source=("${pkgname}::git+${url}"
|
source=("${pkgname}::git+${url}"
|
||||||
# "xwayland_hidpi.diff::https://github.com/swaywm/wlroots/pull/2064.diff"
|
# "xwayland_hidpi.diff::https://github.com/swaywm/wlroots/pull/2064.diff"
|
||||||
|
Loading…
Reference in New Issue
Block a user