summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Gilg <subdiff@gmail.com>2018-05-02 21:32:48 +0200
committerAdam Jackson <ajax@redhat.com>2018-05-08 12:41:58 -0400
commit9d628ee5facf6318368d5b8ca181e083adcffe8c (patch)
tree2dee1d8c55bc23ba23838a6e6df1f24f908e296e
parent0445705a8bbf76a5532997823ea8110daff26c6d (diff)
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>
-rw-r--r--hw/xfree86/drivers/modesetting/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/drivers/modesetting/meson.build b/hw/xfree86/drivers/modesetting/meson.build
index 37fd8939f..5e13f1a53 100644
--- a/hw/xfree86/drivers/modesetting/meson.build
+++ b/hw/xfree86/drivers/modesetting/meson.build
@@ -19,6 +19,7 @@ shared_module(
common_dep,
udev_dep,
libdrm_dep,
+ gbm_dep,
],
install: true,