diff options
author | Adam Jackson <ajax@redhat.com> | 2017-04-27 11:49:11 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-04-27 15:19:31 -0400 |
commit | 47f047462dcb492203ff569a2b1528bff8cd3ff3 (patch) | |
tree | 6a0b72ac7acd60192e3b8537b46bdfbbe56dacde /hw/dmx | |
parent | 5d785693a8843d18be806ea9f8caecc2dcbf1007 (diff) |
meson: Fix linking the dmx utilities
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'hw/dmx')
-rw-r--r-- | hw/dmx/config/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/dmx/config/meson.build b/hw/dmx/config/meson.build index c77cd0b44..39b41c2cb 100644 --- a/hw/dmx/config/meson.build +++ b/hw/dmx/config/meson.build @@ -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, ) |