diff options
author | Claudio Ciccani <klan@users.sourceforge.net> | 2006-05-31 17:06:05 +0000 |
---|---|---|
committer | Claudio Ciccani <klan@users.sourceforge.net> | 2006-05-31 17:06:05 +0000 |
commit | 9efe17ed9152d29cfbc9acf6fd4e38d6a3a4ca2d (patch) | |
tree | b930b2984a61c389599c86244016c6db9df47fe4 /configs | |
parent | fe94d0b33508560f7b42dacd457f9eedcaf1a210 (diff) |
Updated config file.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-directfb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/configs/linux-directfb b/configs/linux-directfb index 42f7d29fca..8e20a62265 100644 --- a/configs/linux-directfb +++ b/configs/linux-directfb @@ -22,9 +22,13 @@ ifeq ($(HAVE_X86), yes) endif # Directories -SRC_DIRS = mesa glu +SRC_DIRS = mesa glu glut/directfb +GLU_DIRS = sgi DRIVER_DIRS = directfb -PROGRAM_DIRS = # disabled +PROGRAM_DIRS = demos directfb # Library/program dependencies -GL_LIB_DEPS = -lm -lpthread +GL_LIB_DEPS = -lm -lpthread +GLUT_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) -l$(GLU_LIB) +APP_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) -l$(GLU_LIB) -l$(GLUT_LIB) + |