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/linux-egl | |
parent | 0a401b5d2fcd56a110b77febd74df532af39c895 (diff) |
mesa: remove PROGRAM_DIRS from config files
Diffstat (limited to 'configs/linux-egl')
-rw-r--r-- | configs/linux-egl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/linux-egl b/configs/linux-egl index 566c7b941c6..6393e942c79 100644 --- a/configs/linux-egl +++ b/configs/linux-egl @@ -48,7 +48,6 @@ GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lXxf86vm -lXdamage -lXfixes \ # Directories SRC_DIRS = gallium mesa gallium/winsys gallium/targets glu egl -PROGRAM_DIRS = egl/eglut egl/opengl DRIVER_DIRS = dri GALLIUM_WINSYS_DIRS = egl_drm |