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:
Roman Gilg 2018-05-02 21:32:48 +02:00 committed by Adam Jackson
parent 0445705a8b
commit 9d628ee5fa

View File

@ -19,6 +19,7 @@ shared_module(
common_dep,
udev_dep,
libdrm_dep,
gbm_dep,
],
install: true,