[PATCH 4/6] freedreno: use local drm.h over the system one

2013-08-29 Thread Emil Velikov
Otherwise build will fail, as drm/drm.h is not available. Cc: Rob Clark Signed-off-by: Emil Velikov --- Hello Rob, I'm not entriely sure that this is correct as the libdrm code is splinckled with variations of drm/drm.h drm.h in both quoted and angle bracket form. I believe that the chosen app

[PATCH 4/6] freedreno: use local drm.h over the system one

2013-08-29 Thread Emil Velikov
Otherwise build will fail, as drm/drm.h is not available. Cc: Rob Clark Signed-off-by: Emil Velikov --- Hello Rob, I'm not entriely sure that this is correct as the libdrm code is splinckled with variations of drm/drm.h drm.h in both quoted and angle bracket form. I believe that the chosen app