Re: [Mesa-dev] small patch to wayland-drm Makefile

2011-03-26 Thread Kristian Høgsberg
On Fri, Mar 25, 2011 at 5:54 AM, Liu, Xinyun wrote: > Meet the same build issue. And fixed it with the same way. Thanks. I had a fix from Benjamin sitting in my git repo that I hadn't pushed yet. I just pushed that now. Kristian > diff --git a/src/egl/wayland/wayland-drm/Makefile > b/src/egl/

Re: [Mesa-dev] small patch to wayland-drm Makefile

2011-03-25 Thread Liu, Xinyun
Meet the same build issue. And fixed it with the same way. diff --git a/src/egl/wayland/wayland-drm/Makefile b/src/egl/wayland/wayland-drm/Makefile index c232769..1a25f5f 100644 --- a/src/egl/wayland/wayland-drm/Makefile +++ b/src/egl/wayland/wayland-drm/Makefile @@ -3,6 +3,8 @@ TOP = ../../../..

[Mesa-dev] small patch to wayland-drm Makefile

2011-03-07 Thread Iskren Chernev
I was building mesa following the tutorial for wayland: http://wayland.freedesktop.org/building.html and it was failing because EGL/egl.h could not be found for some file in wayland-drm. The patch adds the appropriate include folder. The repo is here: git://anongit.freedesktop.org/mesa/mesa Regar