All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3] Fixing xdriver_xf86-video-ati dependencies
@ 2015-12-24 13:57 Lada Trimasova
  2015-12-29 11:20 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Lada Trimasova @ 2015-12-24 13:57 UTC (permalink / raw)
  To: buildroot

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 <ltrimas@synopsys.com>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
---
Changes v2 -> v3:
 - Libdrm dependencies on libpthread-stubs were propagated.

---
 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 191c20f..55be603 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.5.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH v3] Fixing xdriver_xf86-video-ati dependencies
  2015-12-24 13:57 [Buildroot] [PATCH v3] Fixing xdriver_xf86-video-ati dependencies Lada Trimasova
@ 2015-12-29 11:20 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-12-29 11:20 UTC (permalink / raw)
  To: buildroot

Dear Lada Trimasova,

On Thu, 24 Dec 2015 16:57:48 +0300, Lada Trimasova wrote:
> 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 <ltrimas@synopsys.com>
> Cc: Alexey Brodkin <abrodkin@synopsys.com>
> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Cc: Peter Korsgaard <peter@korsgaard.com>
> ---
> Changes v2 -> v3:
>  - Libdrm dependencies on libpthread-stubs were propagated.

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-29 11:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-24 13:57 [Buildroot] [PATCH v3] Fixing xdriver_xf86-video-ati dependencies Lada Trimasova
2015-12-29 11:20 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.