mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +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:
parent
6a99832a4d
commit
44dcfb88b6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user