Signed-off-by: Jon Turney <[email protected]>
---
hw/xwin/glx/meson.build | 2 +-
hw/xwin/winclipboard/meson.build | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
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,
)
--
2.15.1
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel