mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
modesetting: Check for GLAMOR instead of GLAMOR_HAS_GBM
Now gbm required for the modesetting driver. `GLAMOR_HAS_GBM` is defined even if glamor isn't built. Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
committed by
Enrico Weigelt
parent
0a2568ab3a
commit
b7bf58922f
@@ -106,8 +106,6 @@ conf_data.set('GLAMOR_HAS_EGL_QUERY_DRIVER',
|
||||
conf_data.set('GLXEXT', build_glx ? '1' : false)
|
||||
conf_data.set('GLAMOR', build_glamor ? '1' : false)
|
||||
conf_data.set('GLAMOR_HAS_GBM', gbm_dep.found() ? '1' : false)
|
||||
conf_data.set('GLAMOR_HAS_GBM_LINEAR',
|
||||
build_glamor and gbm_dep.found() and gbm_dep.version().version_compare('>= 10.6') ? '1' : false)
|
||||
conf_data.set('GBM_BO_WITH_MODIFIERS',
|
||||
build_glamor and gbm_dep.found() and gbm_dep.version().version_compare('>= 17.1') ? '1' : false)
|
||||
conf_data.set('GBM_BO_FD_FOR_PLANE',
|
||||
|
||||
Reference in New Issue
Block a user