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
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
---
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..
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