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. https://gitlab.gnome.org/GNOME/mutter/merge_requests/663
This commit is contained in:
parent
dc5925b7d1
commit
1206879a20
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue