diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-04-12 00:39:33 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-04-12 00:39:33 +0200 |
commit | d68a09e48ce7aead53315d740582a5edef1c37f7 (patch) | |
tree | 28dc07fdc274828e2ad6b0529fee4fcdb568ac7a /testing/xorgxrdp | |
parent | f60eadda60d47dc8b4a3fceec299c0ea4083d972 (diff) | |
download | aports-d68a09e48ce7aead53315d740582a5edef1c37f7.tar.bz2 aports-d68a09e48ce7aead53315d740582a5edef1c37f7.tar.xz |
testing/xorgxrdp: disable on x86
TEXTREL /home/buildozer/aports/testing/xorgxrdp/pkg/xorgxrdp/usr/lib/xorg/modules/libxorgxrdp.so
Diffstat (limited to 'testing/xorgxrdp')
-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" |