X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=meson_options.txt;h=0f7261a77235434a4b2794fef9cf96f32b713944;hb=14a2088ed161cb9165c552cc65efde028d1bb8f9;hp=3b9a68a8d25809fdac1ff893b10a6d766d473e95;hpb=0d2c0ca1bc779972f67ca36cedbfe82bf41c0505;p=android-x86%2Fhardware-intel-common-libva.git diff --git a/meson_options.txt b/meson_options.txt index 3b9a68a..0f7261a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -3,3 +3,4 @@ option('disable_drm', type : 'boolean', value : false) option('with_x11', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto') option('with_glx', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto') option('with_wayland', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto') +option('enable_docs', type : 'boolean', value : false)