From: Paulius Zaleckas <paulius.zaleckas@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/2] Couple fixes for X11 Intel driver compilation
Date: Wed, 14 Apr 2010 15:30:43 +0300 [thread overview]
Message-ID: <20100414122805.17586.64124.stgit@localhost.localdomain> (raw)
X11 Intel driver compilation was broken since libdrm had no
support for Intel driver enabled. It was disabled because libdrm
needs libatomic_ops library.
---
Paulius Zaleckas (2):
libdrm: enable/disable features according to driver selection
Add libatomic_ops 1.2 needed by libdrm Intel support
package/Config.in | 1 +
package/libatomic_ops/Config.in | 4 ++++
package/libatomic_ops/libatomic_ops.mk | 12 ++++++++++++
package/libdrm/Config.in | 1 +
package/libdrm/libdrm.mk | 13 +++++++++++--
5 files changed, 29 insertions(+), 2 deletions(-)
create mode 100644 package/libatomic_ops/Config.in
create mode 100644 package/libatomic_ops/libatomic_ops.mk
next reply other threads:[~2010-04-14 12:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-14 12:30 Paulius Zaleckas [this message]
2010-04-14 12:30 ` [Buildroot] [PATCH 1/2] Add libatomic_ops 1.2 needed by libdrm Intel support Paulius Zaleckas
2010-04-14 12:31 ` [Buildroot] [PATCH 2/2] libdrm: enable/disable features according to driver selection Paulius Zaleckas
2010-04-14 15:05 ` [Buildroot] [PATCH 0/2] Couple fixes for X11 Intel driver compilation Peter Korsgaard
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=20100414122805.17586.64124.stgit@localhost.localdomain \
--to=paulius.zaleckas@gmail.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