Merge pull request #17706 from zoltanvb/plain_drm_fix
Enable compilation with plain_drm without other video drivers.
This commit is contained in:
commit
ee881cfd67
|
@ -1504,6 +1504,7 @@ ifeq ($(HAVE_PLAIN_DRM), 1)
|
||||||
INCLUDE_DIRS += -I/usr/include/libdrm
|
INCLUDE_DIRS += -I/usr/include/libdrm
|
||||||
endif
|
endif
|
||||||
LIBS += -ldrm
|
LIBS += -ldrm
|
||||||
|
HAVE_AND_WILL_USE_DRM = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_VITAGL), 1)
|
ifeq ($(HAVE_VITAGL), 1)
|
||||||
|
|
Loading…
Reference in New Issue