mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-08 17:40:15 +01:00
meson: Fix building unit tests when protocol headers aren't in default include path
This commit is contained in:
parent
f013979507
commit
1f5742d271
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ if build_xorg
|
|||
unit = executable('tests',
|
||||
unit_sources,
|
||||
c_args: unit_defines,
|
||||
dependencies: pixman_dep,
|
||||
dependencies: [pixman_dep, randrproto_dep, inputproto_dep],
|
||||
include_directories: unit_includes,
|
||||
link_args: ldwraps,
|
||||
link_with: xorg_link,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue