Reverse pkg-config for glu glew and glut

This commit is contained in:
jojo61 2024-02-02 00:19:43 +01:00
parent a222f6a1d5
commit 8629946041

View File

@ -272,7 +272,8 @@ ifeq ($(CUVID),1)
LIBS += -lcuda -lnvcuvid
endif
LIBS += -ldl $(shell pkg-config --libs glew glu glut)
LIBS += -lGLEW -lGLU -ldl -lglut
#LIBS += -ldl $(shell pkg-config --libs glew glu glut)
### Includes and Defines (add further entries here):