diff options
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) + |