diff options
author | Adam Jackson <ajax@redhat.com> | 2018-03-26 18:42:53 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-03-27 10:13:18 -0400 |
commit | e3baacacda29afe524b3e4cab78ca057241c0551 (patch) | |
tree | 1482c9471ea73ced3e4ccd7c742eef9dd5747337 | |
parent | 2e497bf887aca832dc0dd30d071c5288ab5c1e15 (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>
-rw-r--r-- | hw/xfree86/common/meson.build | 1 |
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, ) |