Do not pass -Dlibcap option to Meson
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = wlroots-git
|
pkgbase = wlroots-git
|
||||||
pkgdesc = Modular Wayland compositor library
|
pkgdesc = Modular Wayland compositor library
|
||||||
pkgver = 0.11.0.r46.g87836dcb
|
pkgver = 0.11.0.r71.g85757665
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/swaywm/wlroots
|
url = https://github.com/swaywm/wlroots
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|||||||
3
PKGBUILD
3
PKGBUILD
@@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
|
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
|
||||||
pkgname=wlroots-git
|
pkgname=wlroots-git
|
||||||
pkgver=0.11.0.r46.g87836dcb
|
pkgver=0.11.0.r71.g85757665
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
license=(custom:MIT)
|
license=(custom:MIT)
|
||||||
pkgdesc='Modular Wayland compositor library'
|
pkgdesc='Modular Wayland compositor library'
|
||||||
@@ -31,7 +31,6 @@ build () {
|
|||||||
meson build \
|
meson build \
|
||||||
--prefix /usr \
|
--prefix /usr \
|
||||||
--buildtype debug \
|
--buildtype debug \
|
||||||
-Dlibcap=enabled \
|
|
||||||
-Dlogind=enabled \
|
-Dlogind=enabled \
|
||||||
-Dlogind-provider=systemd \
|
-Dlogind-provider=systemd \
|
||||||
-Dxcb-errors=enabled \
|
-Dxcb-errors=enabled \
|
||||||
|
|||||||
Reference in New Issue
Block a user