[mutter/gbsneto/drm-include] kms-plane: Include <drm_fourcc.h>



commit 05361b61d8a13ae1bc06099bcba7fba535aa6696
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Jun 28 13:21:52 2019 -0300

    kms-plane: Include <drm_fourcc.h>
    
    Instead of including <drm/drm_fourcc.h>. This is the
    only file that includes the drm_fourcc.h header like
    this, and it happened to break the build locally.

 src/backends/native/meta-kms-plane.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/backends/native/meta-kms-plane.c b/src/backends/native/meta-kms-plane.c
index 170497b89..291206393 100644
--- a/src/backends/native/meta-kms-plane.c
+++ b/src/backends/native/meta-kms-plane.c
@@ -22,7 +22,7 @@
 
 #include "backends/native/meta-kms-plane.h"
 
-#include <drm/drm_fourcc.h>
+#include <drm_fourcc.h>
 #include <stdio.h>
 
 #include "backends/meta-monitor-transform.h"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]