Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] Couple fixes for X11 Intel driver compilation
@ 2010-04-14 12:30 Paulius Zaleckas
  2010-04-14 12:30 ` [Buildroot] [PATCH 1/2] Add libatomic_ops 1.2 needed by libdrm Intel support Paulius Zaleckas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paulius Zaleckas @ 2010-04-14 12:30 UTC (permalink / raw)
  To: buildroot

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

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

end of thread, other threads:[~2010-04-14 15:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-14 12:30 [Buildroot] [PATCH 0/2] Couple fixes for X11 Intel driver compilation Paulius Zaleckas
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox