From 8fc8e2242ca55c10b8e3db619e8f4e7afe7b5316 Mon Sep 17 00:00:00 2001 From: Lada Trimasova Date: Thu, 24 Dec 2015 16:57:48 +0300 Subject: [PATCH] xdriver_xf86-video-ati: fix dependencies This package depends on the radeon driver from libdrm and depends on DRI support in xserver_xorg-server, to achieve this we select the Radeon mesa3d DRI driver. Fixes: http://autobuild.buildroot.net/results/9da/9da4ffdf1c4ec78ae37322e253cb769340116035 Signed-off-by: Lada Trimasova Cc: Alexey Brodkin Cc: Thomas Petazzoni Cc: Peter Korsgaard Signed-off-by: Thomas Petazzoni --- package/x11r7/xdriver_xf86-video-ati/Config.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package/x11r7/xdriver_xf86-video-ati/Config.in b/package/x11r7/xdriver_xf86-video-ati/Config.in index 191c20f372..55be603445 100644 --- a/package/x11r7/xdriver_xf86-video-ati/Config.in +++ b/package/x11r7/xdriver_xf86-video-ati/Config.in @@ -1,8 +1,10 @@ config BR2_PACKAGE_XDRIVER_XF86_VIDEO_ATI bool "xf86-video-ati" depends on BR2_PACKAGE_MESA3D - select BR2_PACKAGE_LIBDRM if BR2_PACKAGE_MESA3D_DRI_DRIVER_RADEON - select BR2_PACKAGE_LIBDRM_RADEON if BR2_PACKAGE_MESA3D_DRI_DRIVER_RADEON + depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm -> libpthread-stubs + select BR2_PACKAGE_LIBDRM + select BR2_PACKAGE_LIBDRM_RADEON + select BR2_PACKAGE_MESA3D_DRI_DRIVER_RADEON select BR2_PACKAGE_XLIB_LIBXCOMPOSITE select BR2_PACKAGE_XPROTO_FONTSPROTO select BR2_PACKAGE_XPROTO_GLPROTO -- 2.30.2