diff options
author | Emil Velikov <[email protected]> | 2016-11-25 18:34:03 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-05-19 19:44:02 +0100 |
commit | 73682f82bc8ab2b96b76ec12da9d2d130ec5e352 (patch) | |
tree | d972d3c495325ca2039c713cd49386fe17687ee5 /src/egl/main/egldisplay.c | |
parent | 27737e7e84ea1fc9afb44d9294bcf9896f876cfc (diff) |
configure: update remaining --with-egl-platforms references
Rename the remaining references to omit the egl part.
Cc: [email protected]
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/egl/main/egldisplay.c')
-rw-r--r-- | src/egl/main/egldisplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/egldisplay.c b/src/egl/main/egldisplay.c index 6dda4e5e86f..2a1f02738df 100644 --- a/src/egl/main/egldisplay.c +++ b/src/egl/main/egldisplay.c @@ -61,7 +61,7 @@ /** - * Map --with-egl-platforms names to platform types. + * Map --with-platforms names to platform types. */ static const struct { _EGLPlatformType platform; |