From 1e99267daa24aa181b1a8aef8d6023ba9ee8d848 Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 21 Feb 2020 13:38:56 +0100 Subject: [PATCH] xf86-video-amdgpu: no armv6 for now --- srcpkgs/xf86-video-amdgpu/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/xf86-video-amdgpu/template b/srcpkgs/xf86-video-amdgpu/template index cea14bf07f..a4f19ac200 100644 --- a/srcpkgs/xf86-video-amdgpu/template +++ b/srcpkgs/xf86-video-amdgpu/template @@ -17,6 +17,10 @@ checksum=4f0ea4e0ae61995ac2b7c72433d31deab63b60c78763020aaa1b28696124fe5d lib32disabled=yes LDFLAGS="-Wl,-z,lazy" +case "$XBPS_TARGET_MACHINE" in + armv6*) broken="no dri.h";; +esac + post_install() { vlicense COPYING }