[PATCH xserver 03/12] meson: Add libdrm to hw/xfree86/common's dependencies

Adam Jackson ajax at redhat.com
Mon Mar 26 22:42:53 UTC 2018


Signed-off-by: Adam Jackson <ajax at redhat.com>
---
 hw/xfree86/common/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/xfree86/common/meson.build b/hw/xfree86/common/meson.build
index e734b3ce29..514999ff6a 100644
--- a/hw/xfree86/common/meson.build
+++ b/hw/xfree86/common/meson.build
@@ -85,6 +85,7 @@ xorg_common = static_library('xorg_common',
         common_dep,
         dbus_dep,
         pciaccess_dep,
+        libdrm_dep,
     ],
     c_args: xorg_c_args,
 )
-- 
2.16.2



More information about the xorg-devel mailing list