Update to new upstream meson_options.txt

This commit is contained in:
Adrian Perez de Castro 2018-09-05 02:44:57 +03:00
parent dbb49d5e0c
commit bf68195857
No known key found for this signature in database
GPG Key ID: 91C559DBE4C9123B
2 changed files with 14 additions and 12 deletions

View File

@ -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

View File

@ -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
} }