All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4] Wayland/weston packages
@ 2013-04-22 16:07 Thomas Petazzoni
  2013-04-22 16:07 ` [Buildroot] [PATCH 1/4] xkeyboard-config: make available outside of X.org, reduce dependencies Thomas Petazzoni
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Thomas Petazzoni @ 2013-04-22 16:07 UTC (permalink / raw)
  To: buildroot

Hello,

Here is a set of four patches that add support for Weston, the
reference implementation of the Wayland protocol. So far, only the
fbdev backend is supported, but it's in my plans to add support for
the RPi compositor, and maybe the DRM one.

Note that the first patch does something a little bit ugly: it moves
xkeyboard-config outside of the if BR2_PACKAGE_XORG7 ... endif clause,
because we also need it for Wayland/Weston. The consequence is that it
now appears "alone" right after the "X.org system" submenu in
menuconfig, which is not entirely nice. Suggestions welcome.

Best regards,

Thomas

Thomas Petazzoni (4):
  xkeyboard-config: make available outside of X.org, reduce
    dependencies
  libxkbcommon: new package
  wayland: new package
  weston: new package

 package/Config.in                                  |    3 ++
 package/libxkbcommon/Config.in                     |    8 ++++
 package/libxkbcommon/libxkbcommon.mk               |   16 +++++++
 package/wayland/Config.in                          |   10 +++++
 package/wayland/wayland.mk                         |   30 +++++++++++++
 package/weston/Config.in                           |   29 ++++++++++++
 ...pendent-code-only-when-the-DRM-compositor.patch |   47 ++++++++++++++++++++
 package/weston/weston.mk                           |   32 +++++++++++++
 package/x11r7/Config.in                            |    3 +-
 package/x11r7/xkeyboard-config/Config.in           |    7 +--
 package/x11r7/xkeyboard-config/xkeyboard-config.mk |    7 ++-
 11 files changed, 187 insertions(+), 5 deletions(-)
 create mode 100644 package/libxkbcommon/Config.in
 create mode 100644 package/libxkbcommon/libxkbcommon.mk
 create mode 100644 package/wayland/Config.in
 create mode 100644 package/wayland/wayland.mk
 create mode 100644 package/weston/Config.in
 create mode 100644 package/weston/weston-0001-Pull-DRM-dependent-code-only-when-the-DRM-compositor.patch
 create mode 100644 package/weston/weston.mk

-- 
1.7.9.5

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

end of thread, other threads:[~2013-04-24 20:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-22 16:07 [Buildroot] [PATCH 0/4] Wayland/weston packages Thomas Petazzoni
2013-04-22 16:07 ` [Buildroot] [PATCH 1/4] xkeyboard-config: make available outside of X.org, reduce dependencies Thomas Petazzoni
2013-04-22 16:07 ` [Buildroot] [PATCH 2/4] libxkbcommon: new package Thomas Petazzoni
2013-04-22 16:07 ` [Buildroot] [PATCH 3/4] wayland: " Thomas Petazzoni
2013-04-22 16:07 ` [Buildroot] [PATCH 4/4] weston: " Thomas Petazzoni
2013-04-22 21:33 ` [Buildroot] [PATCH 0/4] Wayland/weston packages Arnout Vandecappelle
2013-04-24  2:27   ` Thomas Petazzoni
2013-04-24 12:44     ` Arnout Vandecappelle
2013-04-24 14:23       ` Thomas Petazzoni
2013-04-24 20:09         ` Peter Korsgaard

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.