Merge remote-tracking branch 'wlroots-git/master'
This commit is contained in:
commit
4e808c3b23
3
.SRCINFO
3
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = wlroots-hidpi-git
|
||||
pkgdesc = Modular Wayland compositor library, with XWayland HiDPI
|
||||
pkgver = 0.11.0.r57.g99f3c643
|
||||
pkgver = 0.11.0.r76.gf0ddcd36
|
||||
pkgrel = 1
|
||||
url = https://github.com/swaywm/wlroots
|
||||
arch = x86_64
|
||||
@ -10,7 +10,6 @@ pkgbase = wlroots-hidpi-git
|
||||
makedepends = git
|
||||
makedepends = wayland-protocols
|
||||
makedepends = xorgproto
|
||||
depends = libcap
|
||||
depends = systemd
|
||||
depends = wayland
|
||||
depends = opengl-driver
|
||||
|
7
PKGBUILD
7
PKGBUILD
@ -1,7 +1,7 @@
|
||||
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
|
||||
# Maintainer: Antonin Décimo <antonin dot decimo at gmail dot com>
|
||||
pkgname=wlroots-hidpi-git
|
||||
pkgver=0.11.0.r57.g99f3c643
|
||||
pkgver=0.11.0.r76.gf0ddcd36
|
||||
pkgrel=1
|
||||
license=(custom:MIT)
|
||||
pkgdesc='Modular Wayland compositor library, with XWayland HiDPI'
|
||||
@ -10,7 +10,7 @@ arch=(x86_64)
|
||||
provides=("wlroots-hidpi=${pkgver%%.r*}")
|
||||
conflicts=(wlroots)
|
||||
options=(debug)
|
||||
depends=(libcap systemd wayland opengl-driver libxcb xcb-util-errors
|
||||
depends=(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}"
|
||||
@ -40,14 +40,13 @@ build () {
|
||||
meson build \
|
||||
--prefix /usr \
|
||||
--buildtype debug \
|
||||
-Dlibcap=enabled \
|
||||
-Dlogind=enabled \
|
||||
-Dlogind-provider=systemd \
|
||||
-Dxcb-errors=enabled \
|
||||
-Dxcb-icccm=enabled \
|
||||
-Dxwayland=enabled \
|
||||
-Dx11-backend=enabled \
|
||||
-Dexamples=true
|
||||
-Dexamples=false
|
||||
ninja -C build
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user