Signed-off-by: Jordan Justen <jordan.l.jus...@intel.com>
---
 examples/gl_basic.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/gl_basic.c b/examples/gl_basic.c
index ea9243d..ef9e342 100644
--- a/examples/gl_basic.c
+++ b/examples/gl_basic.c
@@ -52,7 +52,7 @@ static const char *usage_message =
     "    gl_basic <platform> <context_api>\n"
     "\n"
     "arguments:\n"
-    "    platform: One of android, cgl, glx, wayland, x11_egl.\n"
+    "    platform: One of android, cgl, gbm, glx, wayland, x11_egl.\n"
     "    context_api: One of gl, gles1, gles2.\n"
     "\n"
     "example:\n"
@@ -158,6 +158,7 @@ struct enum_map {
 static const struct enum_map platform_map[] = {
     {WAFFLE_PLATFORM_ANDROID,   "android"       },
     {WAFFLE_PLATFORM_CGL,       "cgl",          },
+    {WAFFLE_PLATFORM_GBM,       "gbm"           },
     {WAFFLE_PLATFORM_GLX,       "glx"           },
     {WAFFLE_PLATFORM_WAYLAND,   "wayland"       },
     {WAFFLE_PLATFORM_X11_EGL,   "x11_egl"       },
-- 
1.7.9.5

_______________________________________________
waffle mailing list
waffle@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/waffle

Reply via email to