build: Change where we get drm_fourcc.h from
The canonical source for userspace is libdrm, not kernel headers. Fixes compilation on Arch Linux.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <sys/mman.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <linux/dma-heap.h>
|
||||
#include <drm/drm_fourcc.h>
|
||||
#include <drm_fourcc.h>
|
||||
|
||||
/* For this to work, you may need to give /dev/dma_heap/system
|
||||
* lax permissions.
|
||||
|
||||
Reference in New Issue
Block a user