meson: Fix linking the dmx utilities
Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
5d785693a8
commit
47f047462d
|
@ -38,6 +38,7 @@ dmx_config = static_library('dmx_config',
|
|||
srcs_dmx_config,
|
||||
include_directories: dmx_inc,
|
||||
dependencies: common_dep,
|
||||
link_with: libxlibc,
|
||||
c_args: dmx_c_args,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue