mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
gl/meson: fix gbm option to enable rather than disable
This change matches what the other winsys/platforms are doing
This commit is contained in:
parent
dddd2e4a07
commit
0c85af51d8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue