mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05:00
Fix libdrm includes
This removes any assumptions about how the libdrm headers are installed, and uses the pkg-config include directories as we're "supposed to". This only adds a partial dependency, since we don't actually need to link against libdrm.
This commit is contained in:
parent
7daca85bcf
commit
7ca3bc1d6f
4 changed files with 10 additions and 3 deletions
|
|
@ -12,7 +12,7 @@
|
|||
#include <unistd.h>
|
||||
#include <pthread.h>
|
||||
#include <stdbool.h>
|
||||
#include <libdrm/drm_fourcc.h>
|
||||
#include <drm_fourcc.h>
|
||||
#include "wlr-export-dmabuf-unstable-v1-client-protocol.h"
|
||||
|
||||
struct wayland_output {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue