diff options
-rw-r--r-- | testing/xorgxrdp/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xorgxrdp/APKBUILD b/testing/xorgxrdp/APKBUILD index 7cc545a2c4..3986d89d6a 100644 --- a/testing/xorgxrdp/APKBUILD +++ b/testing/xorgxrdp/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.2.1 pkgrel=0 pkgdesc="Xorg drivers for xrdp" url="https://github.com/neutrinolabs/xorgxrdp" -arch="all" +arch="all !x86" license="X11" depends="" makedepends="xorg-server-dev xrdp-dev nasm" |