mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-31 21:50:08 +01:00
modesetting: set gbm as dependency in meson build
Modifiers support needs gbm as a dependency. Without setting the dependency included headers are not found reliably and the build might fail if the headers are not placed in the default system include paths. Signed-off-by: Roman Gilg <subdiff@gmail.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
0445705a8b
commit
9d628ee5fa
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ shared_module(
|
|||
common_dep,
|
||||
udev_dep,
|
||||
libdrm_dep,
|
||||
gbm_dep,
|
||||
],
|
||||
|
||||
install: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue