git » xorg-xwayland.git » commit e6e522a

xorg-xwayland 23.2.6

author Urja (ARMLFS builder)
2024-07-12 17:48:09 UTC
committer Urja (ARMLFS builder)
2024-07-12 17:48:09 UTC
parent 62530e90f1e4d5b55065e34c3743315de0702180

xorg-xwayland 23.2.6

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index cef217e..a69a88e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 pkgname=xorg-xwayland
 pkgver=23.2.6
 pkgrel=2
-arch=('armv7h')
+arch=('armv7h' 'aarch64')
 license=(
     LicenseRef-Adobe-Display-PostScript
     BSD-3-Clause
@@ -61,7 +61,7 @@ build() {
     -D xkb_output_dir=/var/lib/xkb
 
   # Print config
-  meson configure build
+  # meson configure build
   ninja -C build
 }