[PATCH] configure.ac: fix broken compilation when configure with --disable-egl option

2013-08-28 Thread Samuel Iglesias Gonsalvez
Fix bug 67561: "configure with --disable-egl option breaks fbdev backend compilation" https://bugs.freedesktop.org/show_bug.cgi?id=67561 Signed-off-by: Samuel Iglesias Gonsalvez --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/co

[PATCH] compositor-drm: free plane resources using drm function.

2013-06-13 Thread Samuel Iglesias Gonsalvez
Free plane resources using drmModeFreePlaneResources() Signed-off-by: Samuel Iglesias Gonsalvez --- src/compositor-drm.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/compositor-drm.c b/src/compositor-drm.c index 76d0810..8787723 100644 --- a/src/compositor-drm.c