diff options
author | Brian Paul <[email protected]> | 2010-06-04 17:42:04 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-06-04 17:47:53 -0600 |
commit | 3d07060ae338b2906f3fd7a4f89ec51f70852f69 (patch) | |
tree | eab541977d44af74443deb8c2feb21d185c1fd3b /configs/default | |
parent | 0a401b5d2fcd56a110b77febd74df532af39c895 (diff) |
mesa: remove PROGRAM_DIRS from config files
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/default b/configs/default index f0395ce7d9e..9f50c7529e9 100644 --- a/configs/default +++ b/configs/default @@ -99,8 +99,6 @@ SRC_DIRS = glsl mapi/glapi mapi/vgapi mesa \ gallium egl gallium/winsys gallium/targets glu glut/glx glew glw GLU_DIRS = sgi DRIVER_DIRS = x11 osmesa -# Which subdirs under $(TOP)/progs/ to enter: -PROGRAM_DIRS = demos redbook samples glsl objviewer xdemos # EGL drivers to build EGL_DRIVERS_DIRS = glx |