displaylink-debian icon indicating copy to clipboard operation
displaylink-debian copied to clipboard

Add build-essential as dependancy

Open lukavia opened this issue 1 year ago • 0 comments

We need dependency to build-essential to avoid the following error in the building step:

cc -I../module -std=gnu99 -fPIC -D_FILE_OFFSET_BITS=64  $(pkg-config --cflags-only-I libdrm)   -c -o evdi_lib.o evdi_lib.c
/bin/sh: 1: cc: not found

lukavia avatar Jan 31 '24 17:01 lukavia