summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Décimo2021-10-25 15:02:20 +0200
committerAntonin Décimo2021-10-25 15:02:20 +0200
commit50aaadb3da641f39afd8f29c0cc0f7cddb2e3d89 (patch)
tree05c57e464a73faff95c532c0f7b69ef2e32f7b35
parenta33d1688f10a432cd98ee734811f45bf375f3752 (diff)
downloadaur-50aaadb3da641f39afd8f29c0cc0f7cddb2e3d89.tar.gz
Remove os_vendor Meson build option
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa201af18dbf..0be064e59a87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xorg-xwayland-git
pkgdesc = Run X clients under Wayland (git version)
- pkgver = 21.1.2.r232.g7c63c582a
+ pkgver = 21.1.2.901.r270.gccffe90c3
pkgrel = 1
url = https://xorg.freedesktop.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7bdbf9525935..cd2d8c4bfd7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: AndyRTR <andyrtr@archlinux.org>
pkgname=xorg-xwayland-git
-pkgver=21.1.2.r232.g7c63c582a
+pkgver=21.1.2.901.r270.gccffe90c3
pkgrel=1
arch=('x86_64')
license=('custom')
@@ -44,7 +44,6 @@ build() {
# export LDFLAGS=${LDFLAGS/,-z,now}
arch-meson xserver build \
- -D os_vendor="Arch Linux" \
-D ipv6=true \
-D xvfb=false \
-D xnest=false \
@@ -77,4 +76,3 @@ package() {
# license
install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" xserver/COPYING
}
-