1
0
mirror of https://github.com/jojo61/vdr-plugin-softhdcuvid.git synced 2023-10-10 13:37:41 +02:00

Fixed missing lib

This commit is contained in:
jojo61 2019-12-20 12:12:53 +01:00
parent 67832ac333
commit d1bc51edb8

View File

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