[PATCH xserver] modesetting: set gbm as dependency in meson build

Roman Gilg subdiff at gmail.com
Wed May 2 19:32:48 UTC 2018


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 at gmail.com>
---
 hw/xfree86/drivers/modesetting/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/xfree86/drivers/modesetting/meson.build b/hw/xfree86/drivers/modesetting/meson.build
index 37fd893..5e13f1a 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,
-- 
2.7.4



More information about the xorg-devel mailing list