Update to new upstream meson_options.txt
This commit is contained in:
parent
dbb49d5e0c
commit
bf68195857
4
.SRCINFO
4
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = wlroots-git
|
pkgbase = wlroots-git
|
||||||
pkgdesc = Modular Wayland compositor library
|
pkgdesc = Modular Wayland compositor library
|
||||||
pkgver = r2746.9f1d6c58
|
pkgver = r3030.73423c98
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/swaywm/wlroots
|
url = https://github.com/swaywm/wlroots
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom:MIT
|
license = custom:MIT
|
||||||
|
22
PKGBUILD
22
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
|
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
|
||||||
pkgname='wlroots-git'
|
pkgname='wlroots-git'
|
||||||
pkgver=r2746.9f1d6c58
|
pkgver=r3030.73423c98
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
license=('custom:MIT')
|
license=('custom:MIT')
|
||||||
pkgdesc='Modular Wayland compositor library'
|
pkgdesc='Modular Wayland compositor library'
|
||||||
url='https://github.com/swaywm/wlroots'
|
url='https://github.com/swaywm/wlroots'
|
||||||
@ -32,14 +32,16 @@ build () {
|
|||||||
meson build \
|
meson build \
|
||||||
--prefix /usr \
|
--prefix /usr \
|
||||||
--buildtype debug \
|
--buildtype debug \
|
||||||
-Denable-libcap=true \
|
-Dlibcap=enabled \
|
||||||
-Denable-systemd=true \
|
-Dlogind=enabled \
|
||||||
-Denable-elogind=false \
|
-Dlogind-provider=systemd \
|
||||||
-Denable-xcb_errors=true \
|
-Dxcb-errors=enabled \
|
||||||
-Denable-xwayland=true \
|
-Dxcb-icccm=enabled \
|
||||||
-Denable-x11_backend=true \
|
-Dxcb-xkb=enabled \
|
||||||
-Denable-rootston=true \
|
-Dxwayland=enabled \
|
||||||
-Denable-examples=true
|
-Dx11-backend=enabled \
|
||||||
|
-Drootston=true \
|
||||||
|
-Dexamples=true
|
||||||
ninja -C build
|
ninja -C build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user