diff options
author | George Sapountzis <[email protected]> | 2008-05-23 22:48:55 +0300 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2008-05-23 22:48:55 +0300 |
commit | d4510e53d8dd18ac397ca0d4df74d4de682e0a38 (patch) | |
tree | 871345991be1a06d4427c9440d71bb0d6b314994 /configs/default | |
parent | 6c56e0e1fb8556593c7070cb031449cc8f404940 (diff) |
drop GLcore
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configs/default b/configs/default index 4aca0753539..37b693932d6 100644 --- a/configs/default +++ b/configs/default @@ -81,10 +81,6 @@ 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) INSTALL_DIR = /usr/local |