mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-03 09:01:40 -05:00
Got it to build
This commit is contained in:
parent
95a553dc51
commit
9ac46ec5ed
8 changed files with 69 additions and 18 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#define _POSIX_C_SOURCE 200809L
|
||||
|
||||
#include <libudev.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
|
|
@ -6,10 +8,10 @@
|
|||
#include <xf86drm.h>
|
||||
#include <xf86drmMode.h>
|
||||
|
||||
#include "otd.h"
|
||||
#include "udev.h"
|
||||
#include "session.h"
|
||||
#include "drm.h"
|
||||
#include "backend/drm/otd.h"
|
||||
#include "backend/drm/udev.h"
|
||||
#include "backend/drm/session.h"
|
||||
#include "backend/drm/drm.h"
|
||||
|
||||
static bool device_is_kms(struct otd *otd, struct udev_device *dev)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue