summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Décimo2021-10-25 15:01:08 +0200
committerAntonin Décimo2021-10-25 15:01:08 +0200
commit7e7a43d203f76676db93b990ba71cf4cc1e529ef (patch)
treea559a0614f88cb91b0e11bc22387bf9d9f237cbf
parent13173b479d6d030b0a420c152ec62583d048b7cf (diff)
downloadaur-7e7a43d203f76676db93b990ba71cf4cc1e529ef.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 ceb12297016d..f8dfd099563a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xorg-xwayland-hidpi-git
pkgdesc = Run X clients under Wayland, with HiDPI (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 c451be55b49b..044ee781e84f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: AndyRTR <andyrtr@archlinux.org>
pkgname=xorg-xwayland-hidpi-git
-pkgver=21.1.2.r232.g7c63c582a
+pkgver=21.1.2.901.r270.gccffe90c3
pkgrel=1
arch=('x86_64')
license=('custom')
@@ -55,7 +55,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 \
@@ -88,4 +87,3 @@ package() {
# license
install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" xserver/COPYING
}
-