mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-04-03 11:30:47 +02:00
clients/meson.build: Require libgbm 21.1.1 for clients using dmabuf
Since drm-backend requires libgbm 21.1.1, client samples using dmabuf should be similar to drm-backend. Signed-off-by: Tomohito Esaki <etom@igel.co.jp>
This commit is contained in:
parent
1ffd387d0e
commit
fef8410866
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ dep_toytoolkit = declare_dependency(
|
|||
link_with: lib_toytoolkit,
|
||||
dependencies: deps_toytoolkit,
|
||||
)
|
||||
dep_gbm = dependency('gbm', required: false)
|
||||
dep_gbm = dependency('gbm', required: false, version: '>= 21.1.1')
|
||||
if dep_gbm.found() and dep_gbm.version().version_compare('>= 21.3')
|
||||
config_h.set('HAVE_GBM_BO_CREATE_WITH_MODIFIERS2', '1')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue