diff --git a/hw/xwin/glx/meson.build b/hw/xwin/glx/meson.build index e9969536d..57cce039d 100644 --- a/hw/xwin/glx/meson.build +++ b/hw/xwin/glx/meson.build @@ -75,7 +75,7 @@ xwin_glx = static_library( top_srcdir_inc, include_directories('../'), ], - dependencies: pixman_dep, + dependencies: common_dep, c_args: xwin_glx_c_args, ) diff --git a/hw/xwin/winclipboard/meson.build b/hw/xwin/winclipboard/meson.build index 1c784c384..dd7b2d20e 100644 --- a/hw/xwin/winclipboard/meson.build +++ b/hw/xwin/winclipboard/meson.build @@ -27,5 +27,6 @@ executable( srcs_xwinclip, link_with: xwin_clipboard, link_args: ['-lgdi32', '-lpthread'], + dependencies: [dependency('x11')], install: true, )