Update drm references to use correct path (libdrm, not drm).

This commit is contained in:
dec05eba 2025-06-17 00:32:58 +05:00 committed by dasha_uwu
parent f5299ad7ae
commit 0fe255c3ce
2 changed files with 3 additions and 3 deletions

View file

@ -10,8 +10,8 @@
XCBLIB = -lX11-xcb
PIXMAN = -lpixman-1
DRM = -ldrm
DRMFOURCCH = $(INCROOT)/drm/drm_fourcc.h
DRMINCLUDES = -I$(INCROOT)/drm
DRMFOURCCH = $(INCROOT)/libdrm/drm_fourcc.h
DRMINCLUDES = -I$(INCROOT)/libdrm
PIXMANINCLUDES = -I$(INCROOT)/pixman-1
XPRESENTLIB = -lXpresent
WAYLAND_SCANNER = wayland-scanner

View file

@ -19,7 +19,7 @@ along with 12to11. If not, see <https://www.gnu.org/licenses/>. */
#include <xf86drm.h>
#include <gbm.h>
#include <drm/drm_fourcc.h>
#include <drm_fourcc.h>
#include <sys/mman.h>
#include <sys/fcntl.h>