gl/meson: fix gbm option to enable rather than disable
authorMatthew Waters <matthew@centricular.com>
Fri, 31 Aug 2018 08:14:13 +0000 (18:14 +1000)
committerMatthew Waters <matthew@centricular.com>
Fri, 31 Aug 2018 08:14:13 +0000 (18:14 +1000)
This change matches what the other winsys/platforms are doing

gst-libs/gst/gl/meson.build

index 9538a15..92027a2 100644 (file)
@@ -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