From 2ed0f7278e389ecc0cf568518799a9a8f33b1365 Mon Sep 17 00:00:00 2001 From: George Sapountzis Date: Sat, 26 Apr 2008 12:34:11 +0300 Subject: glcore: Set all external variables in configuration based on patch by Dan Nicholson --- configs/default | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/default') diff --git a/configs/default b/configs/default index 9705d6b78c..cbdb3b2ada 100644 --- a/configs/default +++ b/configs/default @@ -80,6 +80,9 @@ GLW_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) $(EXTRA_LIB_PATH) -lXt -lX11 # Program dependencies - specific GL/glut libraries added in Makefiles APP_LIB_DEPS = -lm +# GLcore dependencies +XORG_CFLAGS = `pkg-config --cflags xorg-server` +GLCORE_LIB_DEPS = -lm -lpthread # Installation directories (for make install) -- cgit v1.2.3