projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ad6554
)
remove BeOS conditional code. oglinfo should be moved to xdemos since it's a GLX...
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 25 Aug 2004 14:51:18 +0000
(14:51 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 25 Aug 2004 14:51:18 +0000
(14:51 +0000)
progs/samples/Makefile
patch
|
blob
|
history
diff --git
a/progs/samples/Makefile
b/progs/samples/Makefile
index
463fd5a
..
36de6e2
100644
(file)
--- a/
progs/samples/Makefile
+++ b/
progs/samples/Makefile
@@
-11,11
+11,6
@@
PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth eval fog \
font line logo nurb olympic overlay point prim quad select \
shape sphere star stencil stretch texture tri wave
-ifeq ($(CONFIG_NAME), beos)
- LIB_DEP = $(APP_LIB_DEPS)
-else
- PROGS += oglinfo
-endif
##### RULES #####