mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
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
@ -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 New Issue
Block a user