From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] package/x11r7/xdriver_xf86-video-nouveau: Fix DRI dependency
Date: Sun, 20 Dec 2015 14:00:03 +0100 [thread overview]
Message-ID: <20151220140003.47c8cb99@free-electrons.com> (raw)
In-Reply-To: <1450544015-17658-2-git-send-email-bernd.kuhls@t-online.de>
Dear Bernd Kuhls,
On Sat, 19 Dec 2015 17:53:35 +0100, Bernd Kuhls wrote:
> config BR2_PACKAGE_XDRIVER_XF86_VIDEO_NOUVEAU
> bool "xf86-video-nouveau"
> depends on BR2_PACKAGE_MESA3D
> + # package depends on DRI support in xserver_xorg-server
> + # libdrm locking macros use armv6+ instructions on arm
> + depends on !BR2_ARM_CPU_ARMV4 && !BR2_ARM_CPU_ARMV5
> select BR2_PACKAGE_MESA3D_DRI_DRIVER_NOUVEAU
> select BR2_PACKAGE_LIBDRM
> select BR2_PACKAGE_LIBDRM_NOUVEAU
I don't quite understand this one. Where are these locking macros
implemented? In the nouveau xf86 driver? In the libdrm nouveau part? In
the mesa3d nouveau part?
The way you worded the comment makes me think it's in libdrm (but I was
unable to find those macros). And if they are in libdrm, then the
dependency should also be used for the libdrm package.
Could you clarify?
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2015-12-20 13:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-19 16:53 [Buildroot] [PATCH 1/2] package/libdrm: Remove i386/x86_64 dependency from Nouveau driver Bernd Kuhls
2015-12-19 16:53 ` [Buildroot] [PATCH 2/2] package/x11r7/xdriver_xf86-video-nouveau: Fix DRI dependency Bernd Kuhls
2015-12-20 13:00 ` Thomas Petazzoni [this message]
2015-12-20 17:09 ` [Buildroot] [PATCH 2/2]package/x11r7/xdriver_xf86-video-nouveau:Fix " Bernd Kuhls
2016-03-22 21:31 ` [Buildroot] [PATCH 2/2] package/x11r7/xdriver_xf86-video-nouveau: Fix " Thomas Petazzoni
2015-12-20 12:59 ` [Buildroot] [PATCH 1/2] package/libdrm: Remove i386/x86_64 dependency from Nouveau driver Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151220140003.47c8cb99@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox