1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-03 00:38:44 +00:00

Lakka: do not add include for libdrm

Upstream of patch used by Lakka at build time
1943ad296e/packages/libretro/retroarch/patches/retroarch-03-libdrm-include.patch
This commit is contained in:
Tomáš Kelemen (vudiq) 2021-11-17 21:56:05 +01:00
parent 6a99832a4d
commit 44dcfb88b6
No known key found for this signature in database
GPG Key ID: 5CE55E600E0B3B22

View File

@ -1434,7 +1434,9 @@ endif
ifeq ($(HAVE_PLAIN_DRM), 1)
OBJ += gfx/drivers/drm_gfx.o
INCLUDE_DIRS += -I/usr/include/libdrm
ifneq ($(HAVE_LAKKA), 1)
INCLUDE_DIRS += -I/usr/include/libdrm
endif
LIBS += -ldrm
endif