Re: Prerequisites to build wayland / weston without x?

2014-12-05 Thread James Thomas
On 05/12/14 03:06, scsijon wrote: > I have just spent an hour or so trying to find it, and although your > documentation etc is good, this doesn't seem to be in it, or give me a hint > where to find it! > > What I am after is a list of prerequisites to build wayland / weston from > scratch with th

[PATCH 2/2] compositor-drm: Add support for Tegra Jetson TK1

2014-06-20 Thread James Thomas
Update configure.ac to add check for libdrm_tegra --- configure.ac | 18 ++ src/compositor-drm.c | 96 ++-- 2 files changed, 111 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index b4511fc..ece4a0c 100644 ---

[PATCH 1/2] compositor-drm: Add new gbm struct to allow for a separate gbm device

2014-06-20 Thread James Thomas
This is needed for devices like tegra jetson where the gbm device is not the same as the drm device --- src/compositor-drm.c | 43 +-- 1 file changed, 25 insertions(+), 18 deletions(-) diff --git a/src/compositor-drm.c b/src/compositor-drm.c index 7d514e4..

[PATCH 0/2] Add support for Jetson TK1 to drm compositor

2014-06-20 Thread James Thomas
compiled in (git://people.freedesktop.org/~tagr/drm) + latest kernel work from Alexandre Courbot and Thierry Reding (git://people.freedesktop.org/~tagr/linux#stating/work) Thanks James James Thomas (2): compositor-drm: Add new gbm struct to allow for a separate gbm device compositor-drm: Add support