diff options
Diffstat (limited to 'configs/linux-solo')
-rw-r--r-- | configs/linux-solo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/linux-solo b/configs/linux-solo index a2c9dc0671e..bb8cb6a27b4 100644 --- a/configs/linux-solo +++ b/configs/linux-solo @@ -18,7 +18,8 @@ CXXFLAGS = $(CCOMMON) -Wall -O3 -ansi -pedantic -fPIC ASM_SOURCES = $(X86_SOURCES) # Library/program dependencies -GL_LIB_DEPS = -lm -lpthread -lexpat -ldl +DRI_LIB_DEPS = -lm -lpthread -lexpat -ldl +GL_LIB_DEPS = -lm -lpthread -ldl GLU_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) -lm GLUT_LIB_DEPS = -L$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) -lm APP_LIB_DEPS = -L$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lm -lpthread |