Fixed missing lib

This commit is contained in:
jojo61 2019-12-20 12:12:53 +01:00
parent 67832ac333
commit d1bc51edb8
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ PLUGIN = softhddrm
CONFIG += -DUSE_DRM -DVAAPI
_CFLAGS += $(shell pkg-config --cflags libdrm)
LIBS += -lgbm -ldrm
LIBS += -lEGL
endif