meson: Add libdrm to hw/xfree86/common's dependencies

Signed-off-by: Adam Jackson <ajax@redhat.com>
Acked-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Adam Jackson 2018-03-26 18:42:53 -04:00
parent 2e497bf887
commit e3baacacda

View File

@ -85,6 +85,7 @@ xorg_common = static_library('xorg_common',
common_dep,
dbus_dep,
pciaccess_dep,
libdrm_dep,
],
c_args: xorg_c_args,
)