diff options
author | Matt Turner <[email protected]> | 2013-03-09 17:26:43 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-07-22 10:48:45 -0700 |
commit | 3647efa5c199e4d9c5a3a2d46394642d3736796d (patch) | |
tree | 92ec6cf6e9373b5b4ce5be99c79dfb57a8784073 /src/gallium/targets | |
parent | 5e4e145025eabfc95e636d6c29da670e375649d0 (diff) |
build: Remove unused EGL_PLATFORMS.
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/egl-static/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am index e5bf7fca383..90178f6830a 100644 --- a/src/gallium/targets/egl-static/Makefile.am +++ b/src/gallium/targets/egl-static/Makefile.am @@ -25,7 +25,6 @@ # # The following variables are examined # -# EGL_PLATFORMS - platforms to support # EGL_CLIENT_APIS - state trackers to support # GALLIUM_WINSYS_DIRS - pipe drivers to support # |