author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-07-12 17:48:09 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-07-12 17:48:09 UTC |
parent | 62530e90f1e4d5b55065e34c3743315de0702180 |
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 }