summaryrefslogtreecommitdiff
path: root/hw/xfree86
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-03-26 18:42:53 -0400
committerAdam Jackson <ajax@redhat.com>2018-03-27 10:13:18 -0400
commite3baacacda29afe524b3e4cab78ca057241c0551 (patch)
tree1482c9471ea73ced3e4ccd7c742eef9dd5747337 /hw/xfree86
parent2e497bf887aca832dc0dd30d071c5288ab5c1e15 (diff)
meson: Add libdrm to hw/xfree86/common's dependencies
Signed-off-by: Adam Jackson <ajax@redhat.com> Acked-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw/xfree86')
-rw-r--r--hw/xfree86/common/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/common/meson.build b/hw/xfree86/common/meson.build
index e734b3ce2..514999ff6 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,
)