xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 18 18:34:08 UTC 2022


 hw/xwayland/meson.build |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c9edd3d54a8d42f760303e847f84cef3ccd246e7
Author: Jan Beich <jbeich at FreeBSD.org>
Date:   Sun Aug 14 08:04:28 2022 +0000

    xwayland: add missing dependency on xwaylandproto
    
    hw/xwayland/xwayland.c:306:10: fatal error: 'X11/extensions/xwaylandproto.h' file not found
     #include <X11/extensions/xwaylandproto.h>
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    Fixes: 2700bc604516 ("xwayland: add support for the XWAYLAND extension")

diff --git a/hw/xwayland/meson.build b/hw/xwayland/meson.build
index 6c04c4cf6..692b0442a 100644
--- a/hw/xwayland/meson.build
+++ b/hw/xwayland/meson.build
@@ -139,6 +139,7 @@ xwayland_server = executable(
     dependencies: [
         common_dep,
         xwayland_dep,
+        xwaylandproto_dep,
     ],
     link_with: [
         libxserver_main,


More information about the xorg-commit mailing list