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, )