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
|
@ -19,6 +19,7 @@ shared_module(
|
||||||
common_dep,
|
common_dep,
|
||||||
udev_dep,
|
udev_dep,
|
||||||
libdrm_dep,
|
libdrm_dep,
|
||||||
|
gbm_dep,
|
||||||
],
|
],
|
||||||
|
|
||||||
install: true,
|
install: true,
|
||||||
|
|
Loading…
Reference in New Issue