From: Xavier Claessens Date: Fri, 3 May 2019 18:31:03 +0000 (-0400) Subject: Missing "android" choice in gl_winsys X-Git-Tag: accepted/tizen/unified/20220217.153506~2^2~10^2~9^2~16^2~1^2~42^2~1^2~78 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bfe706690cd4e4bed3b3b748a483c9625546fe2d;p=platform%2Fupstream%2Fgstreamer.git Missing "android" choice in gl_winsys --- diff --git a/meson_options.txt b/meson_options.txt index e7af4dd..2983409 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -12,8 +12,8 @@ option('gl_platform', type : 'array', choices : ['glx', 'egl', 'cgl', 'wgl', 'eagl', 'auto'], value : ['auto'], description : 'A comma separated list of opengl platforms to enable building against') option('gl_winsys', type : 'array', - choices : ['x11', 'wayland', 'win32', 'cocoa', 'dispmanx', 'viv-fb', 'gbm', 'auto'], value : ['auto'], - description : 'A comma separated list of opengl windows systems to enable building against. Supported values are x11, wayland, win32, cocoa, dispmanx, viv-fb and gbm') + choices : ['x11', 'wayland', 'win32', 'cocoa', 'dispmanx', 'viv-fb', 'gbm', 'android', 'auto'], value : ['auto'], + description : 'A comma separated list of opengl windows systems to enable building against. Supported values are x11, wayland, win32, cocoa, dispmanx, viv-fb, gbm and android') option('egl_module_name', type : 'string', value : '', description : 'The file to pass to g_module_open to open the libEGL library (default: libEGL)') option('opengl_module_name', type : 'string', value : '',