meson: Fix building unit tests when protocol headers aren't in default include path
This commit is contained in:
parent
f013979507
commit
1f5742d271
|
@ -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…
Reference in New Issue