From: Yann E. MORIN Date: Thu, 17 Apr 2014 16:04:13 +0000 (+0200) Subject: package/libdrm: radeon does not depend on x86 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=661139f9180f256389fb8b5bab7b6dc94ae50a0f;p=buildroot.git package/libdrm: radeon does not depend on x86 Thomas reported that the libdrm-radeon dependency on x86 (32- or 64-bit) dates back to the time where it also depended on libpciaccess. Now that the libpciacess dependency has been dropped, Thomas managed to build a libdrm-radeon on something else than an x86 (an ARM for example). Make libdrm-radeon no longer depend on x86 As a side effect, this fixes some potential "unmet direct dependencies" from the xdriver_xf86-video-ati package (which was the initial problem I was trying to solve.) Reported-by: Thomas Petazzoni Signed-off-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/package/libdrm/Config.in b/package/libdrm/Config.in index 7192e94a1b..72cf5f8d0b 100644 --- a/package/libdrm/Config.in +++ b/package/libdrm/Config.in @@ -22,7 +22,6 @@ config BR2_PACKAGE_LIBDRM_INTEL config BR2_PACKAGE_LIBDRM_RADEON bool "radeon" - depends on BR2_i386 || BR2_x86_64 help install AMD/ATI graphics driver