DisplayLink / evdi

Extensible Virtual Display Interface
MIT License
704 stars 184 forks source link

building on SuSe Linux 15.x #430

Open commandline-be opened 1 year ago

commandline-be commented 1 year ago

Not building on SLED 15.5, the below are changes which do make it build without DRM

building WITH drm enabled fails as for other reported issues with drm/drm_irq.h #308

required to add the libkms library to avoid compile errors

zypper install libkms-devel   

modify the Makefile by commenting out

CONFIG_DRM_EVDI := m   

so it now reads

#CONFIG_DRM_EVDI := m