From 0c85af51d8d1d1a8cf2886f4690aeddcbf7e80cb Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Fri, 31 Aug 2018 18:14:13 +1000 Subject: [PATCH] gl/meson: fix gbm option to enable rather than disable This change matches what the other winsys/platforms are doing --- gst-libs/gst/gl/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/gl/meson.build b/gst-libs/gst/gl/meson.build index 9538a15..92027a2 100644 --- a/gst-libs/gst/gl/meson.build +++ b/gst-libs/gst/gl/meson.build @@ -257,7 +257,7 @@ else elif winsys == 'viv-fb' need_win_viv_fb = 'yes' elif winsys == 'gbm' - need_win_gbm = 'no' + need_win_gbm = 'yes' elif winsys == 'android' need_win_android = 'yes' else @@ -734,7 +734,7 @@ if host_system == 'ios' and need_platform_eagl != 'no' and need_win_eagl != 'no' endif endif -# GDM Checks +# GBM Checks gbm_gudev_dep = unneeded_dep gbm_libdrm_dep = unneeded_dep gbm_dep = unneeded_dep -- 2.7.4