From 312c68fab3c179c6173bd25aae07be09d299ce20 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 25 Oct 2004 21:20:29 +0000 Subject: Add DRI_LIB_DEPS for the DRI drivers to link against. Remove expat from the link list for libGL itself under DRI configurations, since the XML parsing code is in the drivers themselves. --- configs/linux-solo-ia64 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/linux-solo-ia64') diff --git a/configs/linux-solo-ia64 b/configs/linux-solo-ia64 index 71ba82b512c..25e23d19afc 100644 --- a/configs/linux-solo-ia64 +++ b/configs/linux-solo-ia64 @@ -16,7 +16,8 @@ CXXFLAGS = $(CCOMMON) -Wall -O3 -ansi -pedantic -fPIC # Library/program dependencies -GL_LIB_DEPS = -lm -lpthread -lexpat -ldl +DRI_LIB_DEPS = -lm -lpthread -lexpat -ldl +GL_LIB_DEPS = -lm -lpthread -ldl 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 -- cgit v1.2.3