mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 18:00:14 +01:00
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:
parent
2e497bf887
commit
e3baacacda
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ xorg_common = static_library('xorg_common',
|
|||
common_dep,
|
||||
dbus_dep,
|
||||
pciaccess_dep,
|
||||
libdrm_dep,
|
||||
],
|
||||
c_args: xorg_c_args,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue