From 6aaf9bdd418e11d5ccb76a6ab85a8df36b0c8804 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Wed, 31 Oct 2007 17:12:07 -0700 Subject: configs: Fix linking with static libGL and --as-needed Linking of the programs breaks when using a static libGL and the GNU ld option --as-needed. This is because libXext is needed for the XShm functions. --- configs/linux-x86-static | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/linux-x86-static') diff --git a/configs/linux-x86-static b/configs/linux-x86-static index 2b6478b586..645196c09f 100644 --- a/configs/linux-x86-static +++ b/configs/linux-x86-static @@ -20,4 +20,5 @@ OSMESA_LIB_DEPS = GLU_LIB_DEPS = GLUT_LIB_DEPS = GLW_LIB_DEPS = -APP_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXmu -lXt -lXi -lpthread -lstdc++ -lm +APP_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lXmu -lXt -lXi -lpthread \ + -lstdc++ -lm -- cgit v1.2.3