Added dynamic symbol loading for GLX functions, closes #41

This commit is contained in:
Jarcode
2018-04-06 17:02:43 -07:00
parent dfd16f9e22
commit 869ebba6b4
4 changed files with 168 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ endif
ifndef DISABLE_GLX
CFLAGS_GLX = -DGLAVA_GLX
LDFLAGS_GLX = -lGLX -lXrender
LDFLAGS_GLX = -lXrender
endif
ifeq ($(INSTALL),osx)