diff options
author | José Fonseca <[email protected]> | 2009-01-23 12:32:35 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-01-23 12:32:35 +0000 |
commit | 57d00016cab9afa3e7853d9830044a8ece9541c4 (patch) | |
tree | 709a625b94741a2702b9db6534627af2cb7cc590 /configs/linux-fbdev | |
parent | d150e6a2e677a49813fdd5422b14ebdc59a904e9 (diff) |
glew: Initial import.
From glew 1.5.1 release.
Diffstat (limited to 'configs/linux-fbdev')
-rw-r--r-- | configs/linux-fbdev | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-fbdev b/configs/linux-fbdev index f54c73695a3..0b03c33afa1 100644 --- a/configs/linux-fbdev +++ b/configs/linux-fbdev @@ -9,7 +9,7 @@ CFLAGS = -O3 -ffast-math -ansi -pedantic -fPIC -D_POSIX_C_SOURCE=199309L -D_SVID # Work around aliasing bugs - developers should comment this out CFLAGS += -fno-strict-aliasing -SRC_DIRS = gallium mesa glu glut/fbdev +SRC_DIRS = gallium mesa glu glut/fbdev glew DRIVER_DIRS = fbdev osmesa PROGRAM_DIRS = fbdev demos redbook samples |