projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe94d0b
)
Updated config file.
author
Claudio Ciccani
<klan@users.sourceforge.net>
Wed, 31 May 2006 17:06:05 +0000
(17:06 +0000)
committer
Claudio Ciccani
<klan@users.sourceforge.net>
Wed, 31 May 2006 17:06:05 +0000
(17:06 +0000)
configs/linux-directfb
patch
|
blob
|
history
diff --git
a/configs/linux-directfb
b/configs/linux-directfb
index 42f7d29fca0bdcbd49cdc6430143369feca8636a..8e20a622655350fe8dd664ca6a2a40af16abdb61 100644
(file)
--- 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)
+