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 }